Html Css Color HEX #C1D8DD Onahau

📋 copy color: '#C1D8DD'

red 193 ◦ green 216 ◦ blue 221

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

Shades of Onahau #C1D8DD

Tints of Onahau #C1D8DD

RGB

 RED value IS 193 (75.78% from 255) = 30.63%

 GREEN value IS 216 (84.77% from 255) = 34.29%

 BLUE value IS 221 (86.72% from 255) = 35.08%

R = 30.63%
G = 34.29%
B = 35.08%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C1D8DD (or 0xC1D8DD) is known color: Onahau. HEX triplet: C1, D8 and DD. RGB value is (193,216,221). Sum of RGB (Red+Green+Blue) = 193+216+221=630 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.63% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: blue. Hex color #C1D8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D8DD is #3E2722. Grayscale: #D1D1D1. Windows color (decimal): -4073251 or 14538945. OLE color: 14538945.

HSL color Cylindrical-coordinate representation of color #C1D8DD: hue angle of 190.71º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1D8DD is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 216 221 -
CMYK 0.13 0.02 0 0.13
HSL 190.71º 0.29% 0.81% -
HSV(B) 190.71º 0.13% 0.87% -
XYZ 59.6 65.67 77.94 -
YUV 209.69 134.38 116.09 -
System Red Green Blue C M Y K H S L
Decimal 193 216 221 0.13 0.02 0 0.13 190.71 0.29 0.81
Hex C1 D8 DD D 2 0 D BF 1D 51
Octal 301 330 335 15 2 0 15 277 35 121
Binary 11000001 11011000 11011101 1101 10 0 1101 10111111 11101 1010001

Color Harmonies of #C1D8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D8DD

Black with #C1D8DD

Text Example


Text Example

White with #C1D8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D8DD; }

 p { color: rgb(193,216,221); }

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

background-color css

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

 a { background-color: rgb(193,216,221); }

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

border-color css

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

 span { border-color: rgb(193,216,221); }

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