Html Css Color HEX #C2DEF2 Pattens Blue

📋 copy color: '#C2DEF2'

red 194 ◦ green 222 ◦ blue 242

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

Shades of Pattens Blue #C2DEF2

Tints of Pattens Blue #C2DEF2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.74%

 BLUE value IS 242 (94.92% from 255) = 36.78%

R = 29.48%
G = 33.74%
B = 36.78%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C2DEF2 (or 0xC2DEF2) is known color: Pattens Blue. HEX triplet: C2, DE and F2. RGB value is (194,222,242). Sum of RGB (Red+Green+Blue) = 194+222+242=658 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.48% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 242 - color contains mainly: blue. Hex color #C2DEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DEF2 is #3D210D. Grayscale: #D7D7D7. Windows color (decimal): -4006158 or 15916738. OLE color: 15916738.

HSL color Cylindrical-coordinate representation of color #C2DEF2: hue angle of 205º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2DEF2 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 222 242 -
CMYK 0.20 0.08 0 0.05
HSL 205º 0.65% 0.85% -
HSV(B) 205º 0.2% 0.95% -
XYZ 64.4 70.12 94.15 -
YUV 215.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 194 222 242 0.20 0.08 0 0.05 205 0.65 0.85
Hex C2 DE F2 14 8 0 5 CD 41 55
Octal 302 336 362 24 10 0 5 315 101 125
Binary 11000010 11011110 11110010 10100 1000 0 101 11001101 1000001 1010101

Color Harmonies of #C2DEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DEF2

Black with #C2DEF2

Text Example


Text Example

White with #C2DEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DEF2; }

 p { color: rgb(194,222,242); }

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

background-color css

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

 a { background-color: rgb(194,222,242); }

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

border-color css

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

 span { border-color: rgb(194,222,242); }

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