Html Css Color HEX #C2DCEC Pattens Blue

📋 copy color: '#C2DCEC'

red 194 ◦ green 220 ◦ blue 236

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

Shades of Pattens Blue #C2DCEC

Tints of Pattens Blue #C2DCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.31%

R = 29.85%
G = 33.85%
B = 36.31%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2DCEC (or 0xC2DCEC) is known color: Pattens Blue. HEX triplet: C2, DC and EC. RGB value is (194,220,236). Sum of RGB (Red+Green+Blue) = 194+220+236=650 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.85% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DCEC is #3D2313. Grayscale: #D5D5D5. Windows color (decimal): -4006676 or 15523010. OLE color: 15523010.

HSL color Cylindrical-coordinate representation of color #C2DCEC: hue angle of 202.86º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2DCEC is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 220 236 -
CMYK 0.18 0.07 0 0.07
HSL 202.86º 0.53% 0.84% -
HSV(B) 202.86º 0.18% 0.93% -
XYZ 62.98 68.71 89.3 -
YUV 214.05 140.39 113.7 -
System Red Green Blue C M Y K H S L
Decimal 194 220 236 0.18 0.07 0 0.07 202.86 0.53 0.84
Hex C2 DC EC 12 7 0 7 CB 34 54
Octal 302 334 354 22 7 0 7 313 64 124
Binary 11000010 11011100 11101100 10010 111 0 111 11001011 110100 1010100

Color Harmonies of #C2DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DCEC

Black with #C2DCEC

Text Example


Text Example

White with #C2DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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