Html Css Color HEX #C2DAE9 Pattens Blue

📋 copy color: '#C2DAE9'

red 194 ◦ green 218 ◦ blue 233

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

Shades of Pattens Blue #C2DAE9

Tints of Pattens Blue #C2DAE9

RGB

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

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

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

R = 30.08%
G = 33.8%
B = 36.12%

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

#C2DAE9 (or 0xC2DAE9) is known color: Pattens Blue. HEX triplet: C2, DA and E9. RGB value is (194,218,233). Sum of RGB (Red+Green+Blue) = 194+218+233=645 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.08% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 233 (91.41% from 255 or 36.12% from 645); Max value from RGB is 233 - color contains mainly: blue. Hex color #C2DAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DAE9 is #3D2516. Grayscale: #D4D4D4. Windows color (decimal): -4007191 or 15325890. OLE color: 15325890.

HSL color Cylindrical-coordinate representation of color #C2DAE9: hue angle of 203.08º 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 #C2DAE9 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 218 233 -
CMYK 0.17 0.06 0 0.09
HSL 203.08º 0.47% 0.84% -
HSV(B) 203.08º 0.17% 0.91% -
XYZ 62.03 67.5 86.85 -
YUV 212.53 139.55 114.78 -
System Red Green Blue C M Y K H S L
Decimal 194 218 233 0.17 0.06 0 0.09 203.08 0.47 0.84
Hex C2 DA E9 11 6 0 9 CB 2F 54
Octal 302 332 351 21 6 0 11 313 57 124
Binary 11000010 11011010 11101001 10001 110 0 1001 11001011 101111 1010100

Color Harmonies of #C2DAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DAE9

Black with #C2DAE9

Text Example


Text Example

White with #C2DAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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