Html Css Color HEX #CCF7FF Light Cyan

📋 copy color: '#CCF7FF'

red 204 ◦ green 247 ◦ blue 255

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

Shades of Light Cyan #CCF7FF

Tints of Light Cyan #CCF7FF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 34.99%

 BLUE value IS 255 (100% from 255) = 36.12%

R = 28.9%
G = 34.99%
B = 36.12%

CMYK

 C value IS 0.2

 M value IS 0.03

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCF7FF (or 0xCCF7FF) is known color: Light Cyan. HEX triplet: CC, F7 and FF. RGB value is (204,247,255). Sum of RGB (Red+Green+Blue) = 204+247+255=706 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.90% from 706); Green value is 247 (96.88% from 255 or 34.99% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCF7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF7FF is #330800. Grayscale: #EAEAEA. Windows color (decimal): -3344385 or 16775116. OLE color: 16775116.

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

Color convert

RGB 204 247 255 -
CMYK 0.2 0.03 0 0
HSL 189.41º 1% 0.9% -
HSV(B) 189.41º 0.2% 1% -
XYZ 76.21 86.58 107.3 -
YUV 235.06 139.25 105.85 -
System Red Green Blue C M Y K H S L
Decimal 204 247 255 0.2 0.03 0 0 189.41 1 0.9
Hex CC F7 FF 14 3 0 0 BD 64 5A
Octal 314 367 377 24 3 0 0 275 144 132
Binary 11001100 11110111 11111111 10100 11 0 0 10111101 1100100 1011010

Color Harmonies of #CCF7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF7FF

Black with #CCF7FF

Text Example


Text Example

White with #CCF7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF7FF; }

 p { color: rgb(204,247,255); }

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

background-color css

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

 a { background-color: rgb(204,247,255); }

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

border-color css

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

 span { border-color: rgb(204,247,255); }

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