#C3DFE9

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

Shades of Onahau #C3DFE9

Tints of Onahau #C3DFE9

Color information

#C3DFE9 (or 0xC3DFE9) is unknown color: approx Onahau. HEX triplet: C3, DF and E9. RGB value is (195,223,233). Sum of RGB (Red+Green+Blue) = 195+223+233=651 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.95% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 233 (91.41% from 255 or 35.79% from 651); Max value from RGB is 233 - color contains mainly: blue. Hex color #C3DFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DFE9 is #3C2016. Grayscale: #D7D7D7. Windows color (decimal): -3940375 or 15327171. OLE color: 15327171.

HSL color Cylindrical-coordinate representation of color #C3DFE9: hue angle of 195.79º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3DFE9 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB195223233-
CMYK0.160.0400.09
HSL195.79º46.34%83.92%-
HSV(B)195.79º16.31%91.37%-
XYZ63.670.2687.3-
YUV215.77137.72113.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.95%
GREEN value IS 223 (87.5% from 255) = 34.25%
BLUE value IS 233 (91.41% from 255) = 35.79%
R=29.95%
G=34.25%
B=35.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1952232330.160.0400.09195.7946.3483.92
HexC3DFE910409c42e54
Octal30333735120401130456124
Binary1100001111011111111010011000010001001110001001011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DFE9; }

 p { color: rgb(195,223,233); }

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

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

 a { background-color: rgb(195,223,233); }

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

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

 span { border-color: rgb(195,223,233); }

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