Html Css Color HEX #C0DAEB Pattens Blue

📋 copy color: '#C0DAEB'

red 192 ◦ green 218 ◦ blue 235

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

Shades of Pattens Blue #C0DAEB

Tints of Pattens Blue #C0DAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.43%

R = 29.77%
G = 33.8%
B = 36.43%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C0DAEB (or 0xC0DAEB) is known color: Pattens Blue. HEX triplet: C0, DA and EB. RGB value is (192,218,235). Sum of RGB (Red+Green+Blue) = 192+218+235=645 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.77% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0DAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DAEB is #3F2514. Grayscale: #D4D4D4. Windows color (decimal): -4138261 or 15456960. OLE color: 15456960.

HSL color Cylindrical-coordinate representation of color #C0DAEB: hue angle of 203.72º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0DAEB is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 218 235 -
CMYK 0.18 0.07 0 0.08
HSL 203.72º 0.52% 0.84% -
HSV(B) 203.72º 0.18% 0.92% -
XYZ 61.81 67.35 88.34 -
YUV 212.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 192 218 235 0.18 0.07 0 0.08 203.72 0.52 0.84
Hex C0 DA EB 12 7 0 8 CC 34 54
Octal 300 332 353 22 7 0 10 314 64 124
Binary 11000000 11011010 11101011 10010 111 0 1000 11001100 110100 1010100

Color Harmonies of #C0DAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DAEB

Black with #C0DAEB

Text Example


Text Example

White with #C0DAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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