Html Css Color HEX #C0DFF9 Pattens Blue

📋 copy color: '#C0DFF9'

red 192 ◦ green 223 ◦ blue 249

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

Shades of Pattens Blue #C0DFF9

Tints of Pattens Blue #C0DFF9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.58%

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

R = 28.92%
G = 33.58%
B = 37.5%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0DFF9 (or 0xC0DFF9) is known color: Pattens Blue. HEX triplet: C0, DF and F9. RGB value is (192,223,249). Sum of RGB (Red+Green+Blue) = 192+223+249=664 (87% of max value = 765). Red value is 192 (75.39% from 255 or 28.92% from 664); Green value is 223 (87.5% from 255 or 33.58% from 664); Blue value is 249 (97.66% from 255 or 37.5% from 664); Max value from RGB is 249 - color contains mainly: blue. Hex color #C0DFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DFF9 is #3F2006. Grayscale: #D8D8D8. Windows color (decimal): -4136967 or 16375744. OLE color: 16375744.

HSL color Cylindrical-coordinate representation of color #C0DFF9: hue angle of 207.37º 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 #C0DFF9 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 223 249 -
CMYK 0.23 0.10 0 0.02
HSL 207.37º 0.83% 0.86% -
HSV(B) 207.37º 0.23% 0.98% -
XYZ 65.22 70.82 99.85 -
YUV 216.7 146.23 110.39 -
System Red Green Blue C M Y K H S L
Decimal 192 223 249 0.23 0.10 0 0.02 207.37 0.83 0.86
Hex C0 DF F9 17 A 0 2 CF 53 56
Octal 300 337 371 27 12 0 2 317 123 126
Binary 11000000 11011111 11111001 10111 1010 0 10 11001111 1010011 1010110

Color Harmonies of #C0DFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DFF9

Black with #C0DFF9

Text Example


Text Example

White with #C0DFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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