Html Css Color HEX #C0DDF1 Pattens Blue

📋 copy color: '#C0DDF1'

red 192 ◦ green 221 ◦ blue 241

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

Shades of Pattens Blue #C0DDF1

Tints of Pattens Blue #C0DDF1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.79%

 BLUE value IS 241 (94.53% from 255) = 36.85%

R = 29.36%
G = 33.79%
B = 36.85%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C0DDF1 (or 0xC0DDF1) is known color: Pattens Blue. HEX triplet: C0, DD and F1. RGB value is (192,221,241). Sum of RGB (Red+Green+Blue) = 192+221+241=654 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.36% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #C0DDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DDF1 is #3F220E. Grayscale: #D6D6D6. Windows color (decimal): -4137487 or 15850944. OLE color: 15850944.

HSL color Cylindrical-coordinate representation of color #C0DDF1: hue angle of 204.49º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0DDF1 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 221 241 -
CMYK 0.20 0.08 0 0.05
HSL 204.49º 0.64% 0.85% -
HSV(B) 204.49º 0.2% 0.95% -
XYZ 63.47 69.27 93.24 -
YUV 214.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 192 221 241 0.20 0.08 0 0.05 204.49 0.64 0.85
Hex C0 DD F1 14 8 0 5 CC 40 55
Octal 300 335 361 24 10 0 5 314 100 125
Binary 11000000 11011101 11110001 10100 1000 0 101 11001100 1000000 1010101

Color Harmonies of #C0DDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DDF1

Black with #C0DDF1

Text Example


Text Example

White with #C0DDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DDF1; }

 p { color: rgb(192,221,241); }

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

background-color css

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

 a { background-color: rgb(192,221,241); }

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

border-color css

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

 span { border-color: rgb(192,221,241); }

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