#C1EAFC

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

Shades of Onahau #C1EAFC

Tints of Onahau #C1EAFC

Color information

#C1EAFC (or 0xC1EAFC) is unknown color: approx Onahau. HEX triplet: C1, EA and FC. RGB value is (193,234,252). Sum of RGB (Red+Green+Blue) = 193+234+252=679 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.42% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1EAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EAFC is #3E1503. Grayscale: #DFDFDF. Windows color (decimal): -4068612 or 16575169. OLE color: 16575169.

HSL color Cylindrical-coordinate representation of color #C1EAFC: hue angle of 198.31º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1EAFC is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB193234252-
CMYK0.230.0700.01
HSL198.31º90.77%87.25%-
HSV(B)198.31º23.41%98.82%-
XYZ68.9977.21103.36-
YUV223.79143.92106.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.42%
GREEN value IS 234 (91.80% from 255) = 34.46%
BLUE value IS 252 (98.83% from 255) = 37.11%
R=28.42%
G=34.46%
B=37.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1932342520.230.0700.01198.3190.7787.25
HexC1EAFC17701c65b57
Octal30135237427701306133127
Binary11000001111010101111110010111111011100011010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1EAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1EAFC; }

 p { color: rgb(193,234,252); }

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

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

 a { background-color: rgb(193,234,252); }

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

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

 span { border-color: rgb(193,234,252); }

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