Html Css Color HEX #C2DAF0 Pattens Blue

📋 copy color: '#C2DAF0'

red 194 ◦ green 218 ◦ blue 240

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

Shades of Pattens Blue #C2DAF0

Tints of Pattens Blue #C2DAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.81%

R = 29.75%
G = 33.44%
B = 36.81%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C2DAF0 (or 0xC2DAF0) is known color: Pattens Blue. HEX triplet: C2, DA and F0. RGB value is (194,218,240). Sum of RGB (Red+Green+Blue) = 194+218+240=652 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.75% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 240 (94.14% from 255 or 36.81% from 652); Max value from RGB is 240 - color contains mainly: blue. Hex color #C2DAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DAF0 is #3D250F. Grayscale: #D5D5D5. Windows color (decimal): -4007184 or 15784642. OLE color: 15784642.

HSL color Cylindrical-coordinate representation of color #C2DAF0: hue angle of 208.7º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2DAF0 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 218 240 -
CMYK 0.19 0.09 0 0.06
HSL 208.7º 0.61% 0.85% -
HSV(B) 208.7º 0.19% 0.94% -
XYZ 63.05 67.9 92.22 -
YUV 213.33 143.05 114.21 -
System Red Green Blue C M Y K H S L
Decimal 194 218 240 0.19 0.09 0 0.06 208.7 0.61 0.85
Hex C2 DA F0 13 9 0 6 D1 3D 55
Octal 302 332 360 23 11 0 6 321 75 125
Binary 11000010 11011010 11110000 10011 1001 0 110 11010001 111101 1010101

Color Harmonies of #C2DAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DAF0

Black with #C2DAF0

Text Example


Text Example

White with #C2DAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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