#C3FAFE

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

Shades of Onahau #C3FAFE

Tints of Onahau #C3FAFE

Color information

#C3FAFE (or 0xC3FAFE) is unknown color: approx Onahau. HEX triplet: C3, FA and FE. RGB value is (195,250,254). Sum of RGB (Red+Green+Blue) = 195+250+254=699 (92% of max value = 765). Red value is 195 (76.56% from 255 or 27.90% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3FAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FAFE is #3C0501. Grayscale: #E9E9E9. Windows color (decimal): -3933442 or 16710339. OLE color: 16710339.

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

Color convert

RGB195250254-
CMYK0.230.0200.00
HSL184.07º96.72%88.04%-
HSV(B)184.07º23.23%99.61%-
XYZ74.5887.13106.65-
YUV234.01139.28100.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 27.90%
GREEN value IS 250 (98.05% from 255) = 35.77%
BLUE value IS 254 (99.61% from 255) = 36.34%
R=27.90%
G=35.77%
B=36.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1952502540.230.0200.00184.0796.7288.04
HexC3FAFE17200b86158
Octal30337237627200270141130
Binary1100001111111010111111101011110001011100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FAFE; }

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

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

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

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

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

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

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

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