Html Css Color HEX #C3D9E7 Pattens Blue

📋 copy color: '#C3D9E7'

red 195 ◦ green 217 ◦ blue 231

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

Shades of Pattens Blue #C3D9E7

Tints of Pattens Blue #C3D9E7

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.75%

 BLUE value IS 231 (90.63% from 255) = 35.93%

R = 30.33%
G = 33.75%
B = 35.93%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C3D9E7 (or 0xC3D9E7) is known color: Pattens Blue. HEX triplet: C3, D9 and E7. RGB value is (195,217,231). Sum of RGB (Red+Green+Blue) = 195+217+231=643 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.33% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 231 (90.62% from 255 or 35.93% from 643); Max value from RGB is 231 - color contains mainly: blue. Hex color #C3D9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3D9E7 is #3C2618. Grayscale: #D3D3D3. Windows color (decimal): -3941913 or 15194563. OLE color: 15194563.

HSL color Cylindrical-coordinate representation of color #C3D9E7: hue angle of 203.33º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3D9E7 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 195 217 231 -
CMYK 0.16 0.06 0 0.09
HSL 203.33º 0.43% 0.84% -
HSV(B) 203.33º 0.16% 0.91% -
XYZ 61.74 67 85.28 -
YUV 212.02 138.71 115.86 -
System Red Green Blue C M Y K H S L
Decimal 195 217 231 0.16 0.06 0 0.09 203.33 0.43 0.84
Hex C3 D9 E7 10 6 0 9 CB 2B 54
Octal 303 331 347 20 6 0 11 313 53 124
Binary 11000011 11011001 11100111 10000 110 0 1001 11001011 101011 1010100

Color Harmonies of #C3D9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D9E7

Black with #C3D9E7

Text Example


Text Example

White with #C3D9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D9E7; }

 p { color: rgb(195,217,231); }

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

background-color css

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

 a { background-color: rgb(195,217,231); }

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

border-color css

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

 span { border-color: rgb(195,217,231); }

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