Html Css Color HEX #CCEBF2 Onahau

📋 copy color: '#CCEBF2'

red 204 ◦ green 235 ◦ blue 242

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

Shades of Onahau #CCEBF2

Tints of Onahau #CCEBF2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.51%

 BLUE value IS 242 (94.92% from 255) = 35.54%

R = 29.96%
G = 34.51%
B = 35.54%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCEBF2 (or 0xCCEBF2) is known color: Onahau. HEX triplet: CC, EB and F2. RGB value is (204,235,242). Sum of RGB (Red+Green+Blue) = 204+235+242=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCEBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEBF2 is #33140D. Grayscale: #E2E2E2. Windows color (decimal): -3347470 or 15920076. OLE color: 15920076.

HSL color Cylindrical-coordinate representation of color #CCEBF2: hue angle of 191.05º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCEBF2 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 235 242 -
CMYK 0.16 0.03 0 0.05
HSL 191.05º 0.59% 0.87% -
HSV(B) 191.05º 0.16% 0.95% -
XYZ 70.64 78.66 95.47 -
YUV 226.53 136.73 111.93 -
System Red Green Blue C M Y K H S L
Decimal 204 235 242 0.16 0.03 0 0.05 191.05 0.59 0.87
Hex CC EB F2 10 3 0 5 BF 3B 57
Octal 314 353 362 20 3 0 5 277 73 127
Binary 11001100 11101011 11110010 10000 11 0 101 10111111 111011 1010111

Color Harmonies of #CCEBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEBF2

Black with #CCEBF2

Text Example


Text Example

White with #CCEBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEBF2; }

 p { color: rgb(204,235,242); }

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

background-color css

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

 a { background-color: rgb(204,235,242); }

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

border-color css

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

 span { border-color: rgb(204,235,242); }

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