#C5EEF1

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

Shades of Onahau #C5EEF1

Tints of Onahau #C5EEF1

Color information

#C5EEF1 (or 0xC5EEF1) is unknown color: approx Onahau. HEX triplet: C5, EE and F1. RGB value is (197,238,241). Sum of RGB (Red+Green+Blue) = 197+238+241=676 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.14% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 241 - color contains mainly: blue. Hex color #C5EEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EEF1 is #3A110E. Grayscale: #E2E2E2. Windows color (decimal): -3805455 or 15855301. OLE color: 15855301.

HSL color Cylindrical-coordinate representation of color #C5EEF1: hue angle of 184.09º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5EEF1 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB197238241-
CMYK0.180.0100.05
HSL184.09º61.11%85.88%-
HSV(B)184.09º18.26%94.51%-
XYZ69.4879.3794.88-
YUV226.08136.42107.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.14%
GREEN value IS 238 (93.36% from 255) = 35.21%
BLUE value IS 241 (94.53% from 255) = 35.65%
R=29.14%
G=35.21%
B=35.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1972382410.180.0100.05184.0961.1185.88
HexC5EEF112105b83d56
Octal3053563612210527075126
Binary1100010111101110111100011001010101101110001111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EEF1; }

 p { color: rgb(197,238,241); }

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

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

 a { background-color: rgb(197,238,241); }

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

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

 span { border-color: rgb(197,238,241); }

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