Html Css Color HEX #CCEBEF Onahau

📋 copy color: '#CCEBEF'

red 204 ◦ green 235 ◦ blue 239

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

Shades of Onahau #CCEBEF

Tints of Onahau #CCEBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.25%

R = 30.09%
G = 34.66%
B = 35.25%

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

#CCEBEF (or 0xCCEBEF) is known color: Onahau. HEX triplet: CC, EB and EF. RGB value is (204,235,239). Sum of RGB (Red+Green+Blue) = 204+235+239=678 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.09% from 678); Green value is 235 (92.19% from 255 or 34.66% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCEBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEBEF is #331410. Grayscale: #E2E2E2. Windows color (decimal): -3347473 or 15723468. OLE color: 15723468.

HSL color Cylindrical-coordinate representation of color #CCEBEF: hue angle of 186.86º degrees, saturation: 0.52, 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 #CCEBEF is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 235 239 -
CMYK 0.15 0.02 0 0.06
HSL 186.86º 0.52% 0.87% -
HSV(B) 186.86º 0.15% 0.94% -
XYZ 70.19 78.49 93.11 -
YUV 226.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 204 235 239 0.15 0.02 0 0.06 186.86 0.52 0.87
Hex CC EB EF F 2 0 6 BB 34 57
Octal 314 353 357 17 2 0 6 273 64 127
Binary 11001100 11101011 11101111 1111 10 0 110 10111011 110100 1010111

Color Harmonies of #CCEBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEBEF

Black with #CCEBEF

Text Example


Text Example

White with #CCEBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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