Html Css Color HEX #C2DCEA Pattens Blue

📋 copy color: '#C2DCEA'

red 194 ◦ green 220 ◦ blue 234

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

Shades of Pattens Blue #C2DCEA

Tints of Pattens Blue #C2DCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.11%

R = 29.94%
G = 33.95%
B = 36.11%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C2DCEA (or 0xC2DCEA) is known color: Pattens Blue. HEX triplet: C2, DC and EA. RGB value is (194,220,234). Sum of RGB (Red+Green+Blue) = 194+220+234=648 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.94% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DCEA is #3D2315. Grayscale: #D5D5D5. Windows color (decimal): -4006678 or 15391938. OLE color: 15391938.

HSL color Cylindrical-coordinate representation of color #C2DCEA: hue angle of 201º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2DCEA is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 220 234 -
CMYK 0.17 0.06 0 0.08
HSL 201º 0.49% 0.84% -
HSV(B) 201º 0.17% 0.92% -
XYZ 62.69 68.6 87.78 -
YUV 213.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 194 220 234 0.17 0.06 0 0.08 201 0.49 0.84
Hex C2 DC EA 11 6 0 8 C9 31 54
Octal 302 334 352 21 6 0 10 311 61 124
Binary 11000010 11011100 11101010 10001 110 0 1000 11001001 110001 1010100

Color Harmonies of #C2DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DCEA

Black with #C2DCEA

Text Example


Text Example

White with #C2DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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