#C3EEFA

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

Shades of Onahau #C3EEFA

Tints of Onahau #C3EEFA

Color information

#C3EEFA (or 0xC3EEFA) is unknown color: approx Onahau. HEX triplet: C3, EE and FA. RGB value is (195,238,250). Sum of RGB (Red+Green+Blue) = 195+238+250=683 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.55% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #C3EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EEFA is #3C1105. Grayscale: #E2E2E2. Windows color (decimal): -3936518 or 16445123. OLE color: 16445123.

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

Color convert

RGB195238250-
CMYK0.220.0500.02
HSL193.09º84.62%87.25%-
HSV(B)193.09º22%98.04%-
XYZ70.3479.65102.11-
YUV226.51141.25105.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.55%
GREEN value IS 238 (93.36% from 255) = 34.85%
BLUE value IS 250 (98.05% from 255) = 36.60%
R=28.55%
G=34.85%
B=36.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1952382500.220.0500.02193.0984.6287.25
HexC3EEFA16502c15557
Octal30335637226502301125127
Binary110000111110111011111010101101010101100000110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3EEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3EEFA; }

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

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

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

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

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

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

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

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