Html Css Color HEX #C5EBEE Onahau

📋 copy color: '#C5EBEE'

red 197 ◦ green 235 ◦ blue 238

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

Shades of Onahau #C5EBEE

Tints of Onahau #C5EBEE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.07%

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

R = 29.4%
G = 35.07%
B = 35.52%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C5EBEE (or 0xC5EBEE) is known color: Onahau. HEX triplet: C5, EB and EE. RGB value is (197,235,238). Sum of RGB (Red+Green+Blue) = 197+235+238=670 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.40% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5EBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EBEE is #3A1411. Grayscale: #DFDFDF. Windows color (decimal): -3806226 or 15657925. OLE color: 15657925.

HSL color Cylindrical-coordinate representation of color #C5EBEE: hue angle of 184.39º 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 #C5EBEE is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 235 238 -
CMYK 0.17 0.01 0 0.07
HSL 184.39º 0.55% 0.85% -
HSV(B) 184.39º 0.17% 0.93% -
XYZ 68.17 77.46 92.25 -
YUV 223.98 135.91 108.76 -
System Red Green Blue C M Y K H S L
Decimal 197 235 238 0.17 0.01 0 0.07 184.39 0.55 0.85
Hex C5 EB EE 11 1 0 7 B8 37 55
Octal 305 353 356 21 1 0 7 270 67 125
Binary 11000101 11101011 11101110 10001 1 0 111 10111000 110111 1010101

Color Harmonies of #C5EBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EBEE

Black with #C5EBEE

Text Example


Text Example

White with #C5EBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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