#C3EFFE

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

Shades of Onahau #C3EFFE

Tints of Onahau #C3EFFE

Color information

#C3EFFE (or 0xC3EFFE) is unknown color: approx Onahau. HEX triplet: C3, EF and FE. RGB value is (195,239,254). Sum of RGB (Red+Green+Blue) = 195+239+254=688 (91% of max value = 765). Red value is 195 (76.56% from 255 or 28.34% from 688); Green value is 239 (93.75% from 255 or 34.74% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EFFE is #3C1001. Grayscale: #E3E3E3. Windows color (decimal): -3936258 or 16707523. OLE color: 16707523.

HSL color Cylindrical-coordinate representation of color #C3EFFE: hue angle of 195.25º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3EFFE is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB195239254-
CMYK0.230.0600.00
HSL195.25º96.72%88.04%-
HSV(B)195.25º23.23%99.61%-
XYZ71.2680.49105.55-
YUV227.55142.92104.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.34%
GREEN value IS 239 (93.75% from 255) = 34.74%
BLUE value IS 254 (99.61% from 255) = 36.92%
R=28.34%
G=34.74%
B=36.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1952392540.230.0600.00195.2596.7288.04
HexC3EFFE17600c36158
Octal30335737627600303141130
Binary11000011111011111111111010111110001100001111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3EFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3EFFE; }

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

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

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

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

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

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

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

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