#CEEAF1

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

Shades of Onahau #CEEAF1

Tints of Onahau #CEEAF1

Color information

#CEEAF1 (or 0xCEEAF1) is unknown color: approx Onahau. HEX triplet: CE, EA and F1. RGB value is (206,234,241). Sum of RGB (Red+Green+Blue) = 206+234+241=681 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.25% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEEAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEAF1 is #31150E. Grayscale: #E2E2E2. Windows color (decimal): -3216655 or 15854286. OLE color: 15854286.

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

Color convert

RGB206234241-
CMYK0.150.0300.05
HSL192º55.56%87.65%-
HSV(B)192º14.52%94.51%-
XYZ70.7578.3294.61-
YUV226.43136.22113.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.25%
GREEN value IS 234 (91.80% from 255) = 34.36%
BLUE value IS 241 (94.53% from 255) = 35.39%
R=30.25%
G=34.36%
B=35.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062342410.150.0300.0519255.5687.65
HexCEEAF1F305c03858
Octal3163523611730530070130
Binary1100111011101010111100011111110101110000001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEAF1; }

 p { color: rgb(206,234,241); }

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

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

 a { background-color: rgb(206,234,241); }

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

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

 span { border-color: rgb(206,234,241); }

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