Html Css Color HEX #C2DCEF Pattens Blue

📋 copy color: '#C2DCEF'

red 194 ◦ green 220 ◦ blue 239

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

Shades of Pattens Blue #C2DCEF

Tints of Pattens Blue #C2DCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.69%

 BLUE value IS 239 (93.75% from 255) = 36.6%

R = 29.71%
G = 33.69%
B = 36.6%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C2DCEF (or 0xC2DCEF) is known color: Pattens Blue. HEX triplet: C2, DC and EF. RGB value is (194,220,239). Sum of RGB (Red+Green+Blue) = 194+220+239=653 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.71% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DCEF is #3D2310. Grayscale: #D6D6D6. Windows color (decimal): -4006673 or 15719618. OLE color: 15719618.

HSL color Cylindrical-coordinate representation of color #C2DCEF: hue angle of 205.33º degrees, saturation: 0.58, 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 #C2DCEF is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 220 239 -
CMYK 0.19 0.08 0 0.06
HSL 205.33º 0.58% 0.85% -
HSV(B) 205.33º 0.19% 0.94% -
XYZ 63.42 68.89 91.62 -
YUV 214.39 141.89 113.46 -
System Red Green Blue C M Y K H S L
Decimal 194 220 239 0.19 0.08 0 0.06 205.33 0.58 0.85
Hex C2 DC EF 13 8 0 6 CD 3A 55
Octal 302 334 357 23 10 0 6 315 72 125
Binary 11000010 11011100 11101111 10011 1000 0 110 11001101 111010 1010101

Color Harmonies of #C2DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DCEF

Black with #C2DCEF

Text Example


Text Example

White with #C2DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DCEF; }

 p { color: rgb(194,220,239); }

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

background-color css

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

 a { background-color: rgb(194,220,239); }

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

border-color css

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

 span { border-color: rgb(194,220,239); }

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