#CEF6FF

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

Shades of Light Cyan #CEF6FF

Tints of Light Cyan #CEF6FF

Color information

#CEF6FF (or 0xCEF6FF) is unknown color: approx Light Cyan. HEX triplet: CE, F6 and FF. RGB value is (206,246,255). Sum of RGB (Red+Green+Blue) = 206+246+255=707 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.14% from 707); Green value is 246 (96.48% from 255 or 34.79% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEF6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF6FF is #310900. Grayscale: #EAEAEA. Windows color (decimal): -3213569 or 16774862. OLE color: 16774862.

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

Color convert

RGB206246255-
CMYK0.190.0400
HSL191.02º100%90.39%-
HSV(B)191.02º19.22%100%-
XYZ76.4686.25107.23-
YUV235.07139.25107.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.14%
GREEN value IS 246 (96.48% from 255) = 34.79%
BLUE value IS 255 (100% from 255) = 36.07%
R=29.14%
G=34.79%
B=36.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062462550.190.0400191.0210090.39
HexCEF6FF13400bf645a
Octal31636637723400277144132
Binary11001110111101101111111110011100001011111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF6FF; }

 p { color: rgb(206,246,255); }

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

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

 a { background-color: rgb(206,246,255); }

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

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

 span { border-color: rgb(206,246,255); }

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