Html Css Color HEX #C5ECF2 Onahau

📋 copy color: '#C5ECF2'

red 197 ◦ green 236 ◦ blue 242

#C5ECF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #C5ECF2

Tints of Onahau #C5ECF2

RGB

 RED value IS 197 (77.34% from 255) = 29.19%

 GREEN value IS 236 (92.58% from 255) = 34.96%

 BLUE value IS 242 (94.92% from 255) = 35.85%

R = 29.19%
G = 34.96%
B = 35.85%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C5ECF2 (or 0xC5ECF2) is known color: Onahau. HEX triplet: C5, EC and F2. RGB value is (197,236,242). Sum of RGB (Red+Green+Blue) = 197+236+242=675 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.19% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 242 (94.92% from 255 or 35.85% from 675); Max value from RGB is 242 - color contains mainly: blue. Hex color #C5ECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5ECF2 is #3A130D. Grayscale: #E0E0E0. Windows color (decimal): -3805966 or 15920325. OLE color: 15920325.

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

Color convert

RGB 197 236 242 -
CMYK 0.19 0.02 0 0.05
HSL 188º 0.63% 0.86% -
HSV(B) 188º 0.19% 0.95% -
XYZ 69.05 78.27 95.47 -
YUV 225.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 197 236 242 0.19 0.02 0 0.05 188 0.63 0.86
Hex C5 EC F2 13 2 0 5 BC 3F 56
Octal 305 354 362 23 2 0 5 274 77 126
Binary 11000101 11101100 11110010 10011 10 0 101 10111100 111111 1010110

Color Harmonies of #C5ECF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ECF2

Black with #C5ECF2

Text Example


Text Example

White with #C5ECF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ECF2; }

 p { color: rgb(197,236,242); }

 H1.HeaderClassName
 {
   color: #C5ECF2;
 }
 .AnyTagClassName
 {
   color: #C5ECF2;
 }
</style>

background-color css

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

 a { background-color: rgb(197,236,242); }

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

border-color css

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

 span { border-color: rgb(197,236,242); }

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