Html Css Color HEX #C0DCEF Pattens Blue

📋 copy color: '#C0DCEF'

red 192 ◦ green 220 ◦ blue 239

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

Shades of Pattens Blue #C0DCEF

Tints of Pattens Blue #C0DCEF

RGB

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

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

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

R = 29.49%
G = 33.79%
B = 36.71%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C0DCEF (or 0xC0DCEF) is known color: Pattens Blue. HEX triplet: C0, DC and EF. RGB value is (192,220,239). Sum of RGB (Red+Green+Blue) = 192+220+239=651 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.49% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DCEF is #3F2310. Grayscale: #D5D5D5. Windows color (decimal): -4137745 or 15719616. OLE color: 15719616.

HSL color Cylindrical-coordinate representation of color #C0DCEF: hue angle of 204.26º 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 #C0DCEF is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 220 239 -
CMYK 0.20 0.08 0 0.06
HSL 204.26º 0.59% 0.85% -
HSV(B) 204.26º 0.2% 0.94% -
XYZ 62.91 68.62 91.59 -
YUV 213.79 142.22 112.46 -
System Red Green Blue C M Y K H S L
Decimal 192 220 239 0.20 0.08 0 0.06 204.26 0.59 0.85
Hex C0 DC EF 14 8 0 6 CC 3B 55
Octal 300 334 357 24 10 0 6 314 73 125
Binary 11000000 11011100 11101111 10100 1000 0 110 11001100 111011 1010101

Color Harmonies of #C0DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DCEF

Black with #C0DCEF

Text Example


Text Example

White with #C0DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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