Html Css Color HEX #C0DCF9 Pattens Blue

📋 copy color: '#C0DCF9'

red 192 ◦ green 220 ◦ blue 249

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

Shades of Pattens Blue #C0DCF9

Tints of Pattens Blue #C0DCF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.67%

R = 29.05%
G = 33.28%
B = 37.67%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0DCF9 (or 0xC0DCF9) is known color: Pattens Blue. HEX triplet: C0, DC and F9. RGB value is (192,220,249). Sum of RGB (Red+Green+Blue) = 192+220+249=661 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.05% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 249 (97.66% from 255 or 37.67% from 661); Max value from RGB is 249 - color contains mainly: blue. Hex color #C0DCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DCF9 is #3F2306. Grayscale: #D6D6D6. Windows color (decimal): -4137735 or 16374976. OLE color: 16374976.

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

Color convert

RGB 192 220 249 -
CMYK 0.23 0.12 0 0.02
HSL 210.53º 0.83% 0.86% -
HSV(B) 210.53º 0.23% 0.98% -
XYZ 64.43 69.23 99.59 -
YUV 214.93 147.22 111.64 -
System Red Green Blue C M Y K H S L
Decimal 192 220 249 0.23 0.12 0 0.02 210.53 0.83 0.86
Hex C0 DC F9 17 C 0 2 D3 53 56
Octal 300 334 371 27 14 0 2 323 123 126
Binary 11000000 11011100 11111001 10111 1100 0 10 11010011 1010011 1010110

Color Harmonies of #C0DCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DCF9

Black with #C0DCF9

Text Example


Text Example

White with #C0DCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DCF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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