Html Css Color HEX #C2DBE9 Pattens Blue

📋 copy color: '#C2DBE9'

red 194 ◦ green 219 ◦ blue 233

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

Shades of Pattens Blue #C2DBE9

Tints of Pattens Blue #C2DBE9

RGB

 RED value IS 194 (76.17% from 255) = 30.03%

 GREEN value IS 219 (85.94% from 255) = 33.9%

 BLUE value IS 233 (91.41% from 255) = 36.07%

R = 30.03%
G = 33.9%
B = 36.07%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C2DBE9 (or 0xC2DBE9) is known color: Pattens Blue. HEX triplet: C2, DB and E9. RGB value is (194,219,233). Sum of RGB (Red+Green+Blue) = 194+219+233=646 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.03% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 233 (91.41% from 255 or 36.07% from 646); Max value from RGB is 233 - color contains mainly: blue. Hex color #C2DBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DBE9 is #3D2416. Grayscale: #D5D5D5. Windows color (decimal): -4006935 or 15326146. OLE color: 15326146.

HSL color Cylindrical-coordinate representation of color #C2DBE9: hue angle of 201.54º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2DBE9 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 219 233 -
CMYK 0.17 0.06 0 0.09
HSL 201.54º 0.47% 0.84% -
HSV(B) 201.54º 0.17% 0.91% -
XYZ 62.29 68.02 86.94 -
YUV 213.12 139.22 114.36 -
System Red Green Blue C M Y K H S L
Decimal 194 219 233 0.17 0.06 0 0.09 201.54 0.47 0.84
Hex C2 DB E9 11 6 0 9 CA 2F 54
Octal 302 333 351 21 6 0 11 312 57 124
Binary 11000010 11011011 11101001 10001 110 0 1001 11001010 101111 1010100

Color Harmonies of #C2DBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DBE9

Black with #C2DBE9

Text Example


Text Example

White with #C2DBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DBE9; }

 p { color: rgb(194,219,233); }

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

background-color css

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

 a { background-color: rgb(194,219,233); }

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

border-color css

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

 span { border-color: rgb(194,219,233); }

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