Html Css Color HEX #C0DEF9 Pattens Blue

📋 copy color: '#C0DEF9'

red 192 ◦ green 222 ◦ blue 249

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

Shades of Pattens Blue #C0DEF9

Tints of Pattens Blue #C0DEF9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.48%

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

R = 28.96%
G = 33.48%
B = 37.56%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0DEF9 (or 0xC0DEF9) is known color: Pattens Blue. HEX triplet: C0, DE and F9. RGB value is (192,222,249). Sum of RGB (Red+Green+Blue) = 192+222+249=663 (87% of max value = 765). Red value is 192 (75.39% from 255 or 28.96% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 249 (97.66% from 255 or 37.56% from 663); Max value from RGB is 249 - color contains mainly: blue. Hex color #C0DEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DEF9 is #3F2106. Grayscale: #D7D7D7. Windows color (decimal): -4137223 or 16375488. OLE color: 16375488.

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

Color convert

RGB 192 222 249 -
CMYK 0.23 0.11 0 0.02
HSL 208.42º 0.83% 0.86% -
HSV(B) 208.42º 0.23% 0.98% -
XYZ 64.96 70.29 99.77 -
YUV 216.11 146.56 110.8 -
System Red Green Blue C M Y K H S L
Decimal 192 222 249 0.23 0.11 0 0.02 208.42 0.83 0.86
Hex C0 DE F9 17 B 0 2 D0 53 56
Octal 300 336 371 27 13 0 2 320 123 126
Binary 11000000 11011110 11111001 10111 1011 0 10 11010000 1010011 1010110

Color Harmonies of #C0DEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DEF9

Black with #C0DEF9

Text Example


Text Example

White with #C0DEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DEF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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