#C6F3FE

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

Shades of Onahau #C6F3FE

Tints of Onahau #C6F3FE

Color information

#C6F3FE (or 0xC6F3FE) is unknown color: approx Onahau. HEX triplet: C6, F3 and FE. RGB value is (198,243,254). Sum of RGB (Red+Green+Blue) = 198+243+254=695 (92% of max value = 765). Red value is 198 (77.73% from 255 or 28.49% from 695); Green value is 243 (95.31% from 255 or 34.96% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6F3FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6F3FE is #390C01. Grayscale: #E6E6E6. Windows color (decimal): -3738626 or 16708550. OLE color: 16708550.

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

Color convert

RGB198243254-
CMYK0.220.0400.00
HSL191.79º96.55%88.63%-
HSV(B)191.79º22.05%99.61%-
XYZ73.2383.26105.98-
YUV230.8141.09104.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.49%
GREEN value IS 243 (95.31% from 255) = 34.96%
BLUE value IS 254 (99.61% from 255) = 36.55%
R=28.49%
G=34.96%
B=36.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1982432540.220.0400.00191.7996.5588.63
HexC6F3FE16400c06159
Octal30636337626400300141131
Binary11000110111100111111111010110100001100000011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F3FE; }

 p { color: rgb(198,243,254); }

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

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

 a { background-color: rgb(198,243,254); }

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

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

 span { border-color: rgb(198,243,254); }

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