#C3F3FC

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

Shades of Onahau #C3F3FC

Tints of Onahau #C3F3FC

Color information

#C3F3FC (or 0xC3F3FC) is unknown color: approx Onahau. HEX triplet: C3, F3 and FC. RGB value is (195,243,252). Sum of RGB (Red+Green+Blue) = 195+243+252=690 (91% of max value = 765). Red value is 195 (76.56% from 255 or 28.26% from 690); Green value is 243 (95.31% from 255 or 35.22% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3F3FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F3FC is #3C0C03. Grayscale: #E5E5E5. Windows color (decimal): -3935236 or 16577475. OLE color: 16577475.

HSL color Cylindrical-coordinate representation of color #C3F3FC: hue angle of 189.47º 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 #C3F3FC is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB195243252-
CMYK0.230.0400.01
HSL189.47º90.48%87.65%-
HSV(B)189.47º22.62%98.82%-
XYZ72.1382.73104.26-
YUV229.67140.6103.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.26%
GREEN value IS 243 (95.31% from 255) = 35.22%
BLUE value IS 252 (98.83% from 255) = 36.52%
R=28.26%
G=35.22%
B=36.52%

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
Decimal1952432520.230.0400.01189.4790.4887.65
HexC3F3FC17401bd5a58
Octal30336337427401275132130
Binary11000011111100111111110010111100011011110110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F3FC; }

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

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

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

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

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

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

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

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