#C3EFFB

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

Shades of Onahau #C3EFFB

Tints of Onahau #C3EFFB

Color information

#C3EFFB (or 0xC3EFFB) is unknown color: approx Onahau. HEX triplet: C3, EF and FB. RGB value is (195,239,251). Sum of RGB (Red+Green+Blue) = 195+239+251=685 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.47% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #C3EFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EFFB is #3C1004. Grayscale: #E3E3E3. Windows color (decimal): -3936261 or 16510915. OLE color: 16510915.

HSL color Cylindrical-coordinate representation of color #C3EFFB: hue angle of 192.86º degrees, saturation: 0.88, 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 #C3EFFB is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB195239251-
CMYK0.220.0500.02
HSL192.86º87.5%87.45%-
HSV(B)192.86º22.31%98.43%-
XYZ70.7880.3103.04-
YUV227.21141.42105.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.47%
GREEN value IS 239 (93.75% from 255) = 34.89%
BLUE value IS 251 (98.44% from 255) = 36.64%
R=28.47%
G=34.89%
B=36.64%

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
Decimal1952392510.220.0500.02192.8687.587.45
HexC3EFFB16502c15857
Octal30335737326502301130127
Binary110000111110111111111011101101010101100000110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3EFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3EFFB; }

 p { color: rgb(195,239,251); }

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

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

 a { background-color: rgb(195,239,251); }

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

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

 span { border-color: rgb(195,239,251); }

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