Html Css Color HEX #C5EBF3 Onahau

📋 copy color: '#C5EBF3'

red 197 ◦ green 235 ◦ blue 243

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

Shades of Onahau #C5EBF3

Tints of Onahau #C5EBF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36%

R = 29.19%
G = 34.81%
B = 36%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C5EBF3 (or 0xC5EBF3) is known color: Onahau. HEX triplet: C5, EB and F3. RGB value is (197,235,243). Sum of RGB (Red+Green+Blue) = 197+235+243=675 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.19% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 243 (95.31% from 255 or 36% from 675); Max value from RGB is 243 - color contains mainly: blue. Hex color #C5EBF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EBF3 is #3A140C. Grayscale: #E0E0E0. Windows color (decimal): -3806221 or 15985605. OLE color: 15985605.

HSL color Cylindrical-coordinate representation of color #C5EBF3: hue angle of 190.43º degrees, saturation: 0.66, 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 #C5EBF3 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 235 243 -
CMYK 0.19 0.03 0 0.05
HSL 190.43º 0.66% 0.86% -
HSV(B) 190.43º 0.19% 0.95% -
XYZ 68.91 77.76 96.17 -
YUV 224.55 138.41 108.35 -
System Red Green Blue C M Y K H S L
Decimal 197 235 243 0.19 0.03 0 0.05 190.43 0.66 0.86
Hex C5 EB F3 13 3 0 5 BE 42 56
Octal 305 353 363 23 3 0 5 276 102 126
Binary 11000101 11101011 11110011 10011 11 0 101 10111110 1000010 1010110

Color Harmonies of #C5EBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EBF3

Black with #C5EBF3

Text Example


Text Example

White with #C5EBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EBF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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