Html Css Color HEX #CCF5FF Onahau

📋 copy color: '#CCF5FF'

red 204 ◦ green 245 ◦ blue 255

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

Shades of Onahau #CCF5FF

Tints of Onahau #CCF5FF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 34.8%

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

R = 28.98%
G = 34.8%
B = 36.22%

CMYK

 C value IS 0.2

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCF5FF (or 0xCCF5FF) is known color: Onahau. HEX triplet: CC, F5 and FF. RGB value is (204,245,255). Sum of RGB (Red+Green+Blue) = 204+245+255=704 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.98% from 704); Green value is 245 (96.09% from 255 or 34.80% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCF5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF5FF is #330A00. Grayscale: #E9E9E9. Windows color (decimal): -3344897 or 16774604. OLE color: 16774604.

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

Color convert

RGB 204 245 255 -
CMYK 0.2 0.04 0 0
HSL 191.76º 1% 0.9% -
HSV(B) 191.76º 0.2% 1% -
XYZ 75.6 85.36 107.1 -
YUV 233.88 139.92 106.69 -
System Red Green Blue C M Y K H S L
Decimal 204 245 255 0.2 0.04 0 0 191.76 1 0.9
Hex CC F5 FF 14 4 0 0 C0 64 5A
Octal 314 365 377 24 4 0 0 300 144 132
Binary 11001100 11110101 11111111 10100 100 0 0 11000000 1100100 1011010

Color Harmonies of #CCF5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF5FF

Black with #CCF5FF

Text Example


Text Example

White with #CCF5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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