Html Css Color HEX #C0DDFB Pattens Blue

📋 copy color: '#C0DDFB'

red 192 ◦ green 221 ◦ blue 251

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

Shades of Pattens Blue #C0DDFB

Tints of Pattens Blue #C0DDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.8%

R = 28.92%
G = 33.28%
B = 37.8%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0DDFB (or 0xC0DDFB) is known color: Pattens Blue. HEX triplet: C0, DD and FB. RGB value is (192,221,251). Sum of RGB (Red+Green+Blue) = 192+221+251=664 (87% of max value = 765). Red value is 192 (75.39% from 255 or 28.92% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0DDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DDFB is #3F2204. Grayscale: #D7D7D7. Windows color (decimal): -4137477 or 16506304. OLE color: 16506304.

HSL color Cylindrical-coordinate representation of color #C0DDFB: hue angle of 210.51º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0DDFB is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 221 251 -
CMYK 0.24 0.12 0 0.02
HSL 210.51º 0.88% 0.87% -
HSV(B) 210.51º 0.24% 0.98% -
XYZ 65.01 69.88 101.33 -
YUV 215.75 147.89 111.06 -
System Red Green Blue C M Y K H S L
Decimal 192 221 251 0.24 0.12 0 0.02 210.51 0.88 0.87
Hex C0 DD FB 18 C 0 2 D3 58 57
Octal 300 335 373 30 14 0 2 323 130 127
Binary 11000000 11011101 11111011 11000 1100 0 10 11010011 1011000 1010111

Color Harmonies of #C0DDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DDFB

Black with #C0DDFB

Text Example


Text Example

White with #C0DDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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