#C1EEFF

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

Shades of Onahau #C1EEFF

Tints of Onahau #C1EEFF

Color information

#C1EEFF (or 0xC1EEFF) is unknown color: approx Onahau. HEX triplet: C1, EE and FF. RGB value is (193,238,255). Sum of RGB (Red+Green+Blue) = 193+238+255=686 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.13% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EEFF is #3E1100. Grayscale: #E2E2E2. Windows color (decimal): -4067585 or 16772801. OLE color: 16772801.

HSL color Cylindrical-coordinate representation of color #C1EEFF: hue angle of 196.45º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1EEFF is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB193238255-
CMYK0.240.0700
HSL196.45º100%87.84%-
HSV(B)196.45º24.31%100%-
XYZ70.6279.71106.27-
YUV226.48144.09104.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.13%
GREEN value IS 238 (93.36% from 255) = 34.69%
BLUE value IS 255 (100% from 255) = 37.17%
R=28.13%
G=34.69%
B=37.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1932382550.240.0700196.4510087.84
HexC1EEFF18700c46458
Octal30135637730700304144130
Binary11000001111011101111111111000111001100010011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1EEFF; }

 p { color: rgb(193,238,255); }

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

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

 a { background-color: rgb(193,238,255); }

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

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

 span { border-color: rgb(193,238,255); }

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