Html Css Color HEX #C5E3EE Onahau

📋 copy color: '#C5E3EE'

red 197 ◦ green 227 ◦ blue 238

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

Shades of Onahau #C5E3EE

Tints of Onahau #C5E3EE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.29%

 BLUE value IS 238 (93.36% from 255) = 35.95%

R = 29.76%
G = 34.29%
B = 35.95%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C5E3EE (or 0xC5E3EE) is known color: Onahau. HEX triplet: C5, E3 and EE. RGB value is (197,227,238). Sum of RGB (Red+Green+Blue) = 197+227+238=662 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.76% from 662); Green value is 227 (89.06% from 255 or 34.29% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5E3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5E3EE is #3A1C11. Grayscale: #DBDBDB. Windows color (decimal): -3808274 or 15655877. OLE color: 15655877.

HSL color Cylindrical-coordinate representation of color #C5E3EE: hue angle of 196.1º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5E3EE is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 227 238 -
CMYK 0.17 0.05 0 0.07
HSL 196.1º 0.55% 0.85% -
HSV(B) 196.1º 0.17% 0.93% -
XYZ 65.93 72.98 91.5 -
YUV 219.28 138.56 112.11 -
System Red Green Blue C M Y K H S L
Decimal 197 227 238 0.17 0.05 0 0.07 196.1 0.55 0.85
Hex C5 E3 EE 11 5 0 7 C4 37 55
Octal 305 343 356 21 5 0 7 304 67 125
Binary 11000101 11100011 11101110 10001 101 0 111 11000100 110111 1010101

Color Harmonies of #C5E3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E3EE

Black with #C5E3EE

Text Example


Text Example

White with #C5E3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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