Html Css Color HEX #CCEAF0 Onahau

📋 copy color: '#CCEAF0'

red 204 ◦ green 234 ◦ blue 240

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

Shades of Onahau #CCEAF0

Tints of Onahau #CCEAF0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.51%

 BLUE value IS 240 (94.14% from 255) = 35.4%

R = 30.09%
G = 34.51%
B = 35.4%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCEAF0 (or 0xCCEAF0) is known color: Onahau. HEX triplet: CC, EA and F0. RGB value is (204,234,240). Sum of RGB (Red+Green+Blue) = 204+234+240=678 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.09% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCEAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEAF0 is #33150F. Grayscale: #E1E1E1. Windows color (decimal): -3347728 or 15788748. OLE color: 15788748.

HSL color Cylindrical-coordinate representation of color #CCEAF0: hue angle of 190º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCEAF0 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 234 240 -
CMYK 0.15 0.02 0 0.06
HSL 190º 0.55% 0.87% -
HSV(B) 190º 0.15% 0.94% -
XYZ 70.05 77.97 93.8 -
YUV 225.71 136.06 112.51 -
System Red Green Blue C M Y K H S L
Decimal 204 234 240 0.15 0.02 0 0.06 190 0.55 0.87
Hex CC EA F0 F 2 0 6 BE 37 57
Octal 314 352 360 17 2 0 6 276 67 127
Binary 11001100 11101010 11110000 1111 10 0 110 10111110 110111 1010111

Color Harmonies of #CCEAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEAF0

Black with #CCEAF0

Text Example


Text Example

White with #CCEAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEAF0; }

 p { color: rgb(204,234,240); }

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

background-color css

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

 a { background-color: rgb(204,234,240); }

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

border-color css

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

 span { border-color: rgb(204,234,240); }

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