Html Css Color HEX #C2DBEA Pattens Blue

📋 copy color: '#C2DBEA'

red 194 ◦ green 219 ◦ blue 234

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

Shades of Pattens Blue #C2DBEA

Tints of Pattens Blue #C2DBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.17%

R = 29.98%
G = 33.85%
B = 36.17%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C2DBEA (or 0xC2DBEA) is known color: Pattens Blue. HEX triplet: C2, DB and EA. RGB value is (194,219,234). Sum of RGB (Red+Green+Blue) = 194+219+234=647 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.98% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DBEA is #3D2415. Grayscale: #D5D5D5. Windows color (decimal): -4006934 or 15391682. OLE color: 15391682.

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

Color convert

RGB 194 219 234 -
CMYK 0.17 0.06 0 0.08
HSL 202.5º 0.49% 0.84% -
HSV(B) 202.5º 0.17% 0.92% -
XYZ 62.43 68.07 87.69 -
YUV 213.24 139.72 114.28 -
System Red Green Blue C M Y K H S L
Decimal 194 219 234 0.17 0.06 0 0.08 202.5 0.49 0.84
Hex C2 DB EA 11 6 0 8 CA 31 54
Octal 302 333 352 21 6 0 10 312 61 124
Binary 11000010 11011011 11101010 10001 110 0 1000 11001010 110001 1010100

Color Harmonies of #C2DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DBEA

Black with #C2DBEA

Text Example


Text Example

White with #C2DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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