#6CEFEE

Color #6CEFEE Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #6CEFEE

Tints of Baby Blue #6CEFEE

Color information

#6CEFEE (or 0x6CEFEE) is unknown color: approx Baby Blue. HEX triplet: 6C, EF and EE. RGB value is (108,239,238). Sum of RGB (Red+Green+Blue) = 108+239+238=585 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.46% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 239 - color contains mainly: green. Hex color #6CEFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CEFEE is #931011. Grayscale: #C7C7C7. Windows color (decimal): -9637906 or 15658860. OLE color: 15658860.

HSL color Cylindrical-coordinate representation of color #6CEFEE: hue angle of 179.54º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CEFEE is Cyan = 0.55, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB108239238-
CMYK0.5500.000.06
HSL179.54º80.37%68.04%-
HSV(B)179.54º54.81%93.73%-
XYZ52.4871.0991.85-
YUV199.72149.662.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 18.46%
GREEN value IS 239 (93.75% from 255) = 40.85%
BLUE value IS 238 (93.36% from 255) = 40.68%
R=18.46%
G=40.85%
B=40.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1082392380.5500.000.06179.5480.3768.04
Hex6CEFEE37006b45044
Octal15435735667006264120104
Binary11011001110111111101110110111001101011010010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CEFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CEFEE; }

 p { color: rgb(108,239,238); }

 H1.HeaderClassName
 {
   color: #6CEFEE;
 }
 .AnyTagClassName
 {
   color: #6CEFEE;
 }
</style>
background-color css

<style>
 a { background-color: #6CEFEE; }

 a { background-color: rgb(108,239,238); }

 div.DivClassName
 {
   background-color: #6CEFEE;
 }
 .BgClassName
 {
   background-color: #6CEFEE;
 }
</style>
border-color css

<style>
 span { border-color: #6CEFEE; }

 span { border-color: rgb(108,239,238); }

 td.TdClassName
 {
   border-color: #6CEFEE;
 }
 .TagClassName
 {
   border-color: #6CEFEE;
 }
</style>