#CCEBF1

Color #CCEBF1 Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #CCEBF1

Tints of Onahau #CCEBF1

Color information

#CCEBF1 (or 0xCCEBF1) is unknown color: approx Onahau. HEX triplet: CC, EB and F1. RGB value is (204,235,241). Sum of RGB (Red+Green+Blue) = 204+235+241=680 (90% of max value = 765). Red value is 204 (80.08% from 255 or 30% from 680); Green value is 235 (92.19% from 255 or 34.56% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCEBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEBF1 is #33140E. Grayscale: #E2E2E2. Windows color (decimal): -3347471 or 15854540. OLE color: 15854540.

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

Color convert

RGB204235241-
CMYK0.150.0200.05
HSL189.73º56.92%87.25%-
HSV(B)189.73º15.35%94.51%-
XYZ70.4978.694.68-
YUV226.41136.23112.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30%
GREEN value IS 235 (92.19% from 255) = 34.56%
BLUE value IS 241 (94.53% from 255) = 35.44%
R=30%
G=34.56%
B=35.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042352410.150.0200.05189.7356.9287.25
HexCCEBF1F205be3957
Octal3143533611720527671127
Binary1100110011101011111100011111100101101111101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBF1; }

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

 H1.HeaderClassName
 {
   color: #CCEBF1;
 }
 .AnyTagClassName
 {
   color: #CCEBF1;
 }
</style>
background-color css

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

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

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

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

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

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