#C3F2FC

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

Shades of Onahau #C3F2FC

Tints of Onahau #C3F2FC

Color information

#C3F2FC (or 0xC3F2FC) is unknown color: approx Onahau. HEX triplet: C3, F2 and FC. RGB value is (195,242,252). Sum of RGB (Red+Green+Blue) = 195+242+252=689 (91% of max value = 765). Red value is 195 (76.56% from 255 or 28.30% from 689); Green value is 242 (94.92% from 255 or 35.12% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3F2FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F2FC is #3C0D03. Grayscale: #E5E5E5. Windows color (decimal): -3935492 or 16577219. OLE color: 16577219.

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

Color convert

RGB195242252-
CMYK0.230.0400.01
HSL190.53º90.48%87.65%-
HSV(B)190.53º22.62%98.82%-
XYZ71.8382.13104.16-
YUV229.09140.93103.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.30%
GREEN value IS 242 (94.92% from 255) = 35.12%
BLUE value IS 252 (98.83% from 255) = 36.57%
R=28.30%
G=35.12%
B=36.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1952422520.230.0400.01190.5390.4887.65
HexC3F2FC17401bf5a58
Octal30336237427401277132130
Binary11000011111100101111110010111100011011111110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F2FC; }

 p { color: rgb(195,242,252); }

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

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

 a { background-color: rgb(195,242,252); }

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

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

 span { border-color: rgb(195,242,252); }

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