Html Css Color HEX #CCEBF3 Onahau

📋 copy color: '#CCEBF3'

red 204 ◦ green 235 ◦ blue 243

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

Shades of Onahau #CCEBF3

Tints of Onahau #CCEBF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.63%

R = 29.91%
G = 34.46%
B = 35.63%

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

#CCEBF3 (or 0xCCEBF3) is known color: Onahau. HEX triplet: CC, EB and F3. RGB value is (204,235,243). Sum of RGB (Red+Green+Blue) = 204+235+243=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 235 (92.19% from 255 or 34.46% from 682); Blue value is 243 (95.31% from 255 or 35.63% from 682); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCEBF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEBF3 is #33140C. Grayscale: #E2E2E2. Windows color (decimal): -3347469 or 15985612. OLE color: 15985612.

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

Color convert

RGB 204 235 243 -
CMYK 0.16 0.03 0 0.05
HSL 192.31º 0.62% 0.88% -
HSV(B) 192.31º 0.16% 0.95% -
XYZ 70.79 78.73 96.26 -
YUV 226.64 137.23 111.85 -
System Red Green Blue C M Y K H S L
Decimal 204 235 243 0.16 0.03 0 0.05 192.31 0.62 0.88
Hex CC EB F3 10 3 0 5 C0 3E 58
Octal 314 353 363 20 3 0 5 300 76 130
Binary 11001100 11101011 11110011 10000 11 0 101 11000000 111110 1011000

Color Harmonies of #CCEBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEBF3

Black with #CCEBF3

Text Example


Text Example

White with #CCEBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEBF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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