Html Css Color HEX #C5DBE0 Onahau

📋 copy color: '#C5DBE0'

red 197 ◦ green 219 ◦ blue 224

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

Shades of Onahau #C5DBE0

Tints of Onahau #C5DBE0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.22%

 BLUE value IS 224 (87.89% from 255) = 35%

R = 30.78%
G = 34.22%
B = 35%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C5DBE0 (or 0xC5DBE0) is known color: Onahau. HEX triplet: C5, DB and E0. RGB value is (197,219,224). Sum of RGB (Red+Green+Blue) = 197+219+224=640 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.78% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 224 - color contains mainly: blue. Hex color #C5DBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBE0 is #3A241F. Grayscale: #D4D4D4. Windows color (decimal): -3810336 or 14736325. OLE color: 14736325.

HSL color Cylindrical-coordinate representation of color #C5DBE0: hue angle of 191.11º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5DBE0 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 219 224 -
CMYK 0.12 0.02 0 0.12
HSL 191.11º 0.3% 0.83% -
HSV(B) 191.11º 0.12% 0.88% -
XYZ 61.81 67.92 80.37 -
YUV 212.99 134.21 116.59 -
System Red Green Blue C M Y K H S L
Decimal 197 219 224 0.12 0.02 0 0.12 191.11 0.3 0.83
Hex C5 DB E0 C 2 0 C BF 1E 53
Octal 305 333 340 14 2 0 14 277 36 123
Binary 11000101 11011011 11100000 1100 10 0 1100 10111111 11110 1010011

Color Harmonies of #C5DBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DBE0

Black with #C5DBE0

Text Example


Text Example

White with #C5DBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DBE0; }

 p { color: rgb(197,219,224); }

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

background-color css

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

 a { background-color: rgb(197,219,224); }

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

border-color css

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

 span { border-color: rgb(197,219,224); }

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