Html Css Color HEX #CEFFFA Light Cyan

📋 copy color: '#CEFFFA'

red 206 ◦ green 255 ◦ blue 250

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

Shades of Light Cyan #CEFFFA

Tints of Light Cyan #CEFFFA

RGB

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

 GREEN value IS 255 (100% from 255) = 35.86%

 BLUE value IS 250 (98.05% from 255) = 35.16%

R = 28.97%
G = 35.86%
B = 35.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#CEFFFA (or 0xCEFFFA) is known color: Light Cyan. HEX triplet: CE, FF and FA. RGB value is (206,255,250). Sum of RGB (Red+Green+Blue) = 206+255+250=711 (94% of max value = 765). Red value is 206 (80.86% from 255 or 28.97% from 711); Green value is 255 (100% from 255 or 35.86% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFFFA is #310005. Grayscale: #EFEFEF. Windows color (decimal): -3211270 or 16449486. OLE color: 16449486.

HSL color Cylindrical-coordinate representation of color #CEFFFA: hue angle of 173.88º 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 #CEFFFA is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 206 255 250 -
CMYK 0.19 0 0.02 0
HSL 173.88º 1% 0.9% -
HSV(B) 173.88º 0.19% 1% -
XYZ 78.47 91.54 103.98 -
YUV 239.78 133.77 103.91 -
System Red Green Blue C M Y K H S L
Decimal 206 255 250 0.19 0 0.02 0 173.88 1 0.9
Hex CE FF FA 13 0 2 0 AE 64 5A
Octal 316 377 372 23 0 2 0 256 144 132
Binary 11001110 11111111 11111010 10011 0 10 0 10101110 1100100 1011010

Color Harmonies of #CEFFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFFFA

Black with #CEFFFA

Text Example


Text Example

White with #CEFFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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