#CEFAFC

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

Shades of Light Cyan #CEFAFC

Tints of Light Cyan #CEFAFC

Color information

#CEFAFC (or 0xCEFAFC) is unknown color: approx Light Cyan. HEX triplet: CE, FA and FC. RGB value is (206,250,252). Sum of RGB (Red+Green+Blue) = 206+250+252=708 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.10% from 708); Green value is 250 (98.05% from 255 or 35.31% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEFAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFAFC is #310503. Grayscale: #EDEDED. Windows color (decimal): -3212548 or 16579278. OLE color: 16579278.

HSL color Cylindrical-coordinate representation of color #CEFAFC: hue angle of 182.61º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFAFC is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206250252-
CMYK0.180.0100.01
HSL182.61º88.46%89.8%-
HSV(B)182.61º18.25%98.82%-
XYZ77.2188.52105.11-
YUV237.07136.42105.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.10%
GREEN value IS 250 (98.05% from 255) = 35.31%
BLUE value IS 252 (98.83% from 255) = 35.59%
R=29.10%
G=35.31%
B=35.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062502520.180.0100.01182.6188.4689.8
HexCEFAFC12101b7585a
Octal31637237422101267130132
Binary110011101111101011111100100101011011011110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAFC; }

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

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

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

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

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

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

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

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