#CEFAFD

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

Shades of Light Cyan #CEFAFD

Tints of Light Cyan #CEFAFD

Color information

#CEFAFD (or 0xCEFAFD) is unknown color: approx Light Cyan. HEX triplet: CE, FA and FD. RGB value is (206,250,253). Sum of RGB (Red+Green+Blue) = 206+250+253=709 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.06% from 709); Green value is 250 (98.05% from 255 or 35.26% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEFAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFAFD is #310502. Grayscale: #EDEDED. Windows color (decimal): -3212547 or 16644814. OLE color: 16644814.

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

Color convert

RGB206250253-
CMYK0.190.0100.01
HSL183.83º92.16%90%-
HSV(B)183.83º18.58%99.22%-
XYZ77.3788.58105.95-
YUV237.19136.92105.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.06%
GREEN value IS 250 (98.05% from 255) = 35.26%
BLUE value IS 253 (99.22% from 255) = 35.68%
R=29.06%
G=35.26%
B=35.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062502530.190.0100.01183.8392.1690
HexCEFAFD13101b85c5a
Octal31637237523101270134132
Binary110011101111101011111101100111011011100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAFD; }

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

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

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

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

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

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

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

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