Html Css Color HEX #CEF9FE Light Cyan

📋 copy color: '#CEF9FE'

red 206 ◦ green 249 ◦ blue 254

#CEF9FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Cyan #CEF9FE

Tints of Light Cyan #CEF9FE

RGB

 RED value IS 206 (80.86% from 255) = 29.06%

 GREEN value IS 249 (97.66% from 255) = 35.12%

 BLUE value IS 254 (99.61% from 255) = 35.83%

R = 29.06%
G = 35.12%
B = 35.83%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CEF9FE (or 0xCEF9FE) is known color: Light Cyan. HEX triplet: CE, F9 and FE. RGB value is (206,249,254). Sum of RGB (Red+Green+Blue) = 206+249+254=709 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.06% from 709); Green value is 249 (97.66% from 255 or 35.12% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEF9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF9FE is #310601. Grayscale: #ECECEC. Windows color (decimal): -3212802 or 16710094. OLE color: 16710094.

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

Color convert

RGB 206 249 254 -
CMYK 0.19 0.02 0 0.00
HSL 186.25º 0.96% 0.9% -
HSV(B) 186.25º 0.19% 1% -
XYZ 77.22 88.03 106.69 -
YUV 236.71 137.75 106.09 -
System Red Green Blue C M Y K H S L
Decimal 206 249 254 0.19 0.02 0 0.00 186.25 0.96 0.9
Hex CE F9 FE 13 2 0 0 BA 60 5A
Octal 316 371 376 23 2 0 0 272 140 132
Binary 11001110 11111001 11111110 10011 10 0 0 10111010 1100000 1011010

Color Harmonies of #CEF9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF9FE

Black with #CEF9FE

Text Example


Text Example

White with #CEF9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF9FE; }

 p { color: rgb(206,249,254); }

 H1.HeaderClassName
 {
   color: #CEF9FE;
 }
 .AnyTagClassName
 {
   color: #CEF9FE;
 }
</style>

background-color css

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

 a { background-color: rgb(206,249,254); }

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

border-color css

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

 span { border-color: rgb(206,249,254); }

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