Html Css Color HEX #C1DCEC Pattens Blue

📋 copy color: '#C1DCEC'

red 193 ◦ green 220 ◦ blue 236

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

Shades of Pattens Blue #C1DCEC

Tints of Pattens Blue #C1DCEC

RGB

 RED value IS 193 (75.78% from 255) = 29.74%

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

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

R = 29.74%
G = 33.9%
B = 36.36%

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

#C1DCEC (or 0xC1DCEC) is known color: Pattens Blue. HEX triplet: C1, DC and EC. RGB value is (193,220,236). Sum of RGB (Red+Green+Blue) = 193+220+236=649 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.74% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DCEC is #3E2313. Grayscale: #D5D5D5. Windows color (decimal): -4072212 or 15523009. OLE color: 15523009.

HSL color Cylindrical-coordinate representation of color #C1DCEC: hue angle of 202.33º degrees, saturation: 0.53, 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 #C1DCEC is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 220 236 -
CMYK 0.18 0.07 0 0.07
HSL 202.33º 0.53% 0.84% -
HSV(B) 202.33º 0.18% 0.93% -
XYZ 62.73 68.58 89.29 -
YUV 213.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 193 220 236 0.18 0.07 0 0.07 202.33 0.53 0.84
Hex C1 DC EC 12 7 0 7 CA 35 54
Octal 301 334 354 22 7 0 7 312 65 124
Binary 11000001 11011100 11101100 10010 111 0 111 11001010 110101 1010100

Color Harmonies of #C1DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DCEC

Black with #C1DCEC

Text Example


Text Example

White with #C1DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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