Html Css Color HEX #C0DAEF Pattens Blue

📋 copy color: '#C0DAEF'

red 192 ◦ green 218 ◦ blue 239

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

Shades of Pattens Blue #C0DAEF

Tints of Pattens Blue #C0DAEF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.59%

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

R = 29.58%
G = 33.59%
B = 36.83%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C0DAEF (or 0xC0DAEF) is known color: Pattens Blue. HEX triplet: C0, DA and EF. RGB value is (192,218,239). Sum of RGB (Red+Green+Blue) = 192+218+239=649 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.58% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0DAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DAEF is #3F2510. Grayscale: #D4D4D4. Windows color (decimal): -4138257 or 15719104. OLE color: 15719104.

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

Color convert

RGB 192 218 239 -
CMYK 0.20 0.09 0 0.06
HSL 206.81º 0.59% 0.85% -
HSV(B) 206.81º 0.2% 0.94% -
XYZ 62.39 67.58 91.42 -
YUV 212.62 142.89 113.29 -
System Red Green Blue C M Y K H S L
Decimal 192 218 239 0.20 0.09 0 0.06 206.81 0.59 0.85
Hex C0 DA EF 14 9 0 6 CF 3B 55
Octal 300 332 357 24 11 0 6 317 73 125
Binary 11000000 11011010 11101111 10100 1001 0 110 11001111 111011 1010101

Color Harmonies of #C0DAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DAEF

Black with #C0DAEF

Text Example


Text Example

White with #C0DAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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