Html Css Color HEX #C3DBEA Pattens Blue

📋 copy color: '#C3DBEA'

red 195 ◦ green 219 ◦ blue 234

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

Shades of Pattens Blue #C3DBEA

Tints of Pattens Blue #C3DBEA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.8%

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

R = 30.09%
G = 33.8%
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

#C3DBEA (or 0xC3DBEA) is known color: Pattens Blue. HEX triplet: C3, DB and EA. RGB value is (195,219,234). Sum of RGB (Red+Green+Blue) = 195+219+234=648 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.09% from 648); Green value is 219 (85.94% from 255 or 33.80% 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 #C3DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DBEA is #3C2415. Grayscale: #D5D5D5. Windows color (decimal): -3941398 or 15391683. OLE color: 15391683.

HSL color Cylindrical-coordinate representation of color #C3DBEA: hue angle of 203.08º degrees, saturation: 0.48, 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 #C3DBEA is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 219 234 -
CMYK 0.17 0.06 0 0.08
HSL 203.08º 0.48% 0.84% -
HSV(B) 203.08º 0.17% 0.92% -
XYZ 62.69 68.21 87.7 -
YUV 213.53 139.55 114.78 -
System Red Green Blue C M Y K H S L
Decimal 195 219 234 0.17 0.06 0 0.08 203.08 0.48 0.84
Hex C3 DB EA 11 6 0 8 CB 30 54
Octal 303 333 352 21 6 0 10 313 60 124
Binary 11000011 11011011 11101010 10001 110 0 1000 11001011 110000 1010100

Color Harmonies of #C3DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DBEA

Black with #C3DBEA

Text Example


Text Example

White with #C3DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DBEA; }

 p { color: rgb(195,219,234); }

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

background-color css

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

 a { background-color: rgb(195,219,234); }

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

border-color css

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

 span { border-color: rgb(195,219,234); }

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