#c3e4f2

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

Shades of Onahau #C3E4F2

Tints of Onahau #C3E4F2

Color information

#C3E4F2 (or 0xC3E4F2) is unknown color: approx Onahau. HEX triplet: C3, E4 and F2. RGB value is (195,228,242). Sum of RGB (Red+Green+Blue) = 195+228+242=665 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.32% from 665); Green value is 228 (89.45% from 255 or 34.29% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 242 - color contains mainly: blue. Hex color #C3E4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3E4F2 is #3C1B0D. Grayscale: #DBDBDB. Windows color (decimal): -3939086 or 15918275. OLE color: 15918275.

HSL color Cylindrical-coordinate representation of color #C3E4F2: hue angle of 197.87º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3E4F2 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB195228242-
CMYK0.190.0600.05
HSL197.87º64.38%85.69%-
HSV(B)197.87º19.42%94.9%-
XYZ66.2873.594.7-
YUV219.73140.57110.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.32%
GREEN value IS 228 (89.45% from 255) = 34.29%
BLUE value IS 242 (94.92% from 255) = 36.39%
R=29.32%
G=34.29%
B=36.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1952282420.190.0600.05197.8764.3885.69
HexC3E4F213605c64056
Octal30334436223605306100126
Binary1100001111100100111100101001111001011100011010000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3e4f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3e4f2; }

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

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

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

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

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

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

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

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