Html Css Color HEX #CCF8FE Light Cyan

📋 copy color: '#CCF8FE'

red 204 ◦ green 248 ◦ blue 254

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

Shades of Light Cyan #CCF8FE

Tints of Light Cyan #CCF8FE

RGB

 RED value IS 204 (80.08% from 255) = 28.9%

 GREEN value IS 248 (97.27% from 255) = 35.13%

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

R = 28.9%
G = 35.13%
B = 35.98%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CCF8FE (or 0xCCF8FE) is known color: Light Cyan. HEX triplet: CC, F8 and FE. RGB value is (204,248,254). Sum of RGB (Red+Green+Blue) = 204+248+254=706 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.90% from 706); Green value is 248 (97.27% from 255 or 35.13% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCF8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF8FE is #330701. Grayscale: #EBEBEB. Windows color (decimal): -3344130 or 16709836. OLE color: 16709836.

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

Color convert

RGB 204 248 254 -
CMYK 0.20 0.02 0 0.00
HSL 187.2º 0.96% 0.9% -
HSV(B) 187.2º 0.2% 1% -
XYZ 76.36 87.13 106.56 -
YUV 235.53 138.42 105.51 -
System Red Green Blue C M Y K H S L
Decimal 204 248 254 0.20 0.02 0 0.00 187.2 0.96 0.9
Hex CC F8 FE 14 2 0 0 BB 60 5A
Octal 314 370 376 24 2 0 0 273 140 132
Binary 11001100 11111000 11111110 10100 10 0 0 10111011 1100000 1011010

Color Harmonies of #CCF8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8FE

Black with #CCF8FE

Text Example


Text Example

White with #CCF8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8FE; }

 p { color: rgb(204,248,254); }

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

background-color css

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

 a { background-color: rgb(204,248,254); }

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

border-color css

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

 span { border-color: rgb(204,248,254); }

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