Html Css Color HEX #C0DEEF Pattens Blue

📋 copy color: '#C0DEEF'

red 192 ◦ green 222 ◦ blue 239

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

Shades of Pattens Blue #C0DEEF

Tints of Pattens Blue #C0DEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.6%

R = 29.4%
G = 34%
B = 36.6%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C0DEEF (or 0xC0DEEF) is known color: Pattens Blue. HEX triplet: C0, DE and EF. RGB value is (192,222,239). Sum of RGB (Red+Green+Blue) = 192+222+239=653 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.40% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0DEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DEEF is #3F2110. Grayscale: #D6D6D6. Windows color (decimal): -4137233 or 15720128. OLE color: 15720128.

HSL color Cylindrical-coordinate representation of color #C0DEEF: hue angle of 201.7º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0DEEF is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 222 239 -
CMYK 0.20 0.07 0 0.06
HSL 201.7º 0.59% 0.85% -
HSV(B) 201.7º 0.2% 0.94% -
XYZ 63.44 69.68 91.77 -
YUV 214.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 192 222 239 0.20 0.07 0 0.06 201.7 0.59 0.85
Hex C0 DE EF 14 7 0 6 CA 3B 55
Octal 300 336 357 24 7 0 6 312 73 125
Binary 11000000 11011110 11101111 10100 111 0 110 11001010 111011 1010101

Color Harmonies of #C0DEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DEEF

Black with #C0DEEF

Text Example


Text Example

White with #C0DEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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