#CEFAF7

Color #CEFAF7 Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #CEFAF7

Tints of Light Cyan #CEFAF7

Color information

#CEFAF7 (or 0xCEFAF7) is unknown color: approx Light Cyan. HEX triplet: CE, FA and F7. RGB value is (206,250,247). Sum of RGB (Red+Green+Blue) = 206+250+247=703 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.30% from 703); Green value is 250 (98.05% from 255 or 35.56% from 703); Blue value is 247 (96.88% from 255 or 35.14% from 703); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFAF7 is #310508. Grayscale: #ECECEC. Windows color (decimal): -3212553 or 16251598. OLE color: 16251598.

HSL color Cylindrical-coordinate representation of color #CEFAF7: hue angle of 175.91º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFAF7 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB206250247-
CMYK0.1800.010.02
HSL175.91º81.48%89.41%-
HSV(B)175.91º17.6%98.04%-
XYZ76.4388.21100.99-
YUV236.5133.92106.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.30%
GREEN value IS 250 (98.05% from 255) = 35.56%
BLUE value IS 247 (96.88% from 255) = 35.14%
R=29.30%
G=35.56%
B=35.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062502470.1800.010.02175.9181.4889.41
HexCEFAF712012b05159
Octal31637236722012260121131
Binary1100111011111010111101111001001101011000010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAF7; }

 p { color: rgb(206,250,247); }

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

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

 a { background-color: rgb(206,250,247); }

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

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

 span { border-color: rgb(206,250,247); }

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