Html Css Color HEX #C0D8E7 Light Blue

📋 copy color: '#C0D8E7'

red 192 ◦ green 216 ◦ blue 231

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

Shades of Light Blue #C0D8E7

Tints of Light Blue #C0D8E7

RGB

 RED value IS 192 (75.39% from 255) = 30.05%

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

 BLUE value IS 231 (90.63% from 255) = 36.15%

R = 30.05%
G = 33.8%
B = 36.15%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C0D8E7 (or 0xC0D8E7) is known color: Light Blue. HEX triplet: C0, D8 and E7. RGB value is (192,216,231). Sum of RGB (Red+Green+Blue) = 192+216+231=639 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.05% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 231 (90.62% from 255 or 36.15% from 639); Max value from RGB is 231 - color contains mainly: blue. Hex color #C0D8E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D8E7 is #3F2718. Grayscale: #D2D2D2. Windows color (decimal): -4138777 or 15194304. OLE color: 15194304.

HSL color Cylindrical-coordinate representation of color #C0D8E7: hue angle of 203.08º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0D8E7 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 216 231 -
CMYK 0.17 0.06 0 0.09
HSL 203.08º 0.45% 0.83% -
HSV(B) 203.08º 0.17% 0.91% -
XYZ 60.72 66.09 85.16 -
YUV 210.53 139.55 114.78 -
System Red Green Blue C M Y K H S L
Decimal 192 216 231 0.17 0.06 0 0.09 203.08 0.45 0.83
Hex C0 D8 E7 11 6 0 9 CB 2D 53
Octal 300 330 347 21 6 0 11 313 55 123
Binary 11000000 11011000 11100111 10001 110 0 1001 11001011 101101 1010011

Color Harmonies of #C0D8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D8E7

Black with #C0D8E7

Text Example


Text Example

White with #C0D8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D8E7; }

 p { color: rgb(192,216,231); }

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

background-color css

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

 a { background-color: rgb(192,216,231); }

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

border-color css

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

 span { border-color: rgb(192,216,231); }

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