#C3EEFE

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

Shades of Onahau #C3EEFE

Tints of Onahau #C3EEFE

Color information

#C3EEFE (or 0xC3EEFE) is unknown color: approx Onahau. HEX triplet: C3, EE and FE. RGB value is (195,238,254). Sum of RGB (Red+Green+Blue) = 195+238+254=687 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.38% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3EEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EEFE is #3C1101. Grayscale: #E2E2E2. Windows color (decimal): -3936514 or 16707267. OLE color: 16707267.

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

Color convert

RGB195238254-
CMYK0.230.0600.00
HSL196.27º96.72%88.04%-
HSV(B)196.27º23.23%99.61%-
XYZ70.9779.91105.45-
YUV226.97143.25105.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.38%
GREEN value IS 238 (93.36% from 255) = 34.64%
BLUE value IS 254 (99.61% from 255) = 36.97%
R=28.38%
G=34.64%
B=36.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1952382540.230.0600.00196.2796.7288.04
HexC3EEFE17600c46158
Octal30335637627600304141130
Binary11000011111011101111111010111110001100010011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3EEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3EEFE; }

 p { color: rgb(195,238,254); }

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

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

 a { background-color: rgb(195,238,254); }

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

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

 span { border-color: rgb(195,238,254); }

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