Html Css Color HEX #C3DCEC Pattens Blue

📋 copy color: '#C3DCEC'

red 195 ◦ green 220 ◦ blue 236

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

Shades of Pattens Blue #C3DCEC

Tints of Pattens Blue #C3DCEC

RGB

 RED value IS 195 (76.56% from 255) = 29.95%

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

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

R = 29.95%
G = 33.79%
B = 36.25%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C3DCEC (or 0xC3DCEC) is known color: Pattens Blue. HEX triplet: C3, DC and EC. RGB value is (195,220,236). Sum of RGB (Red+Green+Blue) = 195+220+236=651 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.95% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DCEC is #3C2313. Grayscale: #D6D6D6. Windows color (decimal): -3941140 or 15523011. OLE color: 15523011.

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

Color convert

RGB 195 220 236 -
CMYK 0.17 0.07 0 0.07
HSL 203.41º 0.52% 0.85% -
HSV(B) 203.41º 0.17% 0.93% -
XYZ 63.24 68.84 89.31 -
YUV 214.35 140.22 114.2 -
System Red Green Blue C M Y K H S L
Decimal 195 220 236 0.17 0.07 0 0.07 203.41 0.52 0.85
Hex C3 DC EC 11 7 0 7 CB 34 55
Octal 303 334 354 21 7 0 7 313 64 125
Binary 11000011 11011100 11101100 10001 111 0 111 11001011 110100 1010101

Color Harmonies of #C3DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DCEC

Black with #C3DCEC

Text Example


Text Example

White with #C3DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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