#C3F0FE

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

Shades of Onahau #C3F0FE

Tints of Onahau #C3F0FE

Color information

#C3F0FE (or 0xC3F0FE) is unknown color: approx Onahau. HEX triplet: C3, F0 and FE. RGB value is (195,240,254). Sum of RGB (Red+Green+Blue) = 195+240+254=689 (91% of max value = 765). Red value is 195 (76.56% from 255 or 28.30% from 689); Green value is 240 (94.14% from 255 or 34.83% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3F0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F0FE is #3C0F01. Grayscale: #E4E4E4. Windows color (decimal): -3936002 or 16707779. OLE color: 16707779.

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

Color convert

RGB195240254-
CMYK0.230.0600.00
HSL194.24º96.72%88.04%-
HSV(B)194.24º23.23%99.61%-
XYZ71.5681.08105.64-
YUV228.14142.59104.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.30%
GREEN value IS 240 (94.14% from 255) = 34.83%
BLUE value IS 254 (99.61% from 255) = 36.87%
R=28.30%
G=34.83%
B=36.87%

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
Decimal1952402540.230.0600.00194.2496.7288.04
HexC3F0FE17600c26158
Octal30336037627600302141130
Binary11000011111100001111111010111110001100001011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F0FE; }

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

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

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

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

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

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

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

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