Html Css Color HEX #C0DCF8 Pattens Blue

📋 copy color: '#C0DCF8'

red 192 ◦ green 220 ◦ blue 248

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

Shades of Pattens Blue #C0DCF8

Tints of Pattens Blue #C0DCF8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.33%

 BLUE value IS 248 (97.27% from 255) = 37.58%

R = 29.09%
G = 33.33%
B = 37.58%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C0DCF8 (or 0xC0DCF8) is known color: Pattens Blue. HEX triplet: C0, DC and F8. RGB value is (192,220,248). Sum of RGB (Red+Green+Blue) = 192+220+248=660 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.09% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 248 (97.27% from 255 or 37.58% from 660); Max value from RGB is 248 - color contains mainly: blue. Hex color #C0DCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DCF8 is #3F2307. Grayscale: #D6D6D6. Windows color (decimal): -4137736 or 16309440. OLE color: 16309440.

HSL color Cylindrical-coordinate representation of color #C0DCF8: hue angle of 210º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0DCF8 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 220 248 -
CMYK 0.23 0.11 0 0.03
HSL 210º 0.8% 0.86% -
HSV(B) 210º 0.23% 0.97% -
XYZ 64.27 69.17 98.77 -
YUV 214.82 146.72 111.72 -
System Red Green Blue C M Y K H S L
Decimal 192 220 248 0.23 0.11 0 0.03 210 0.8 0.86
Hex C0 DC F8 17 B 0 3 D2 50 56
Octal 300 334 370 27 13 0 3 322 120 126
Binary 11000000 11011100 11111000 10111 1011 0 11 11010010 1010000 1010110

Color Harmonies of #C0DCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DCF8

Black with #C0DCF8

Text Example


Text Example

White with #C0DCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DCF8; }

 p { color: rgb(192,220,248); }

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

background-color css

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

 a { background-color: rgb(192,220,248); }

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

border-color css

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

 span { border-color: rgb(192,220,248); }

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