#C3DBEB

Color #C3DBEB Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #C3DBEB

Tints of Pattens Blue #C3DBEB

Color information

#C3DBEB (or 0xC3DBEB) is unknown color: approx Pattens Blue. HEX triplet: C3, DB and EB. RGB value is (195,219,235). Sum of RGB (Red+Green+Blue) = 195+219+235=649 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.05% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #C3DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DBEB is #3C2414. Grayscale: #D5D5D5. Windows color (decimal): -3941397 or 15457219. OLE color: 15457219.

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

Color convert

RGB195219235-
CMYK0.170.0700.08
HSL204º50%84.31%-
HSV(B)204º17.02%92.16%-
XYZ62.8368.2688.46-
YUV213.65140.05114.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.05%
GREEN value IS 219 (85.94% from 255) = 33.74%
BLUE value IS 235 (92.19% from 255) = 36.21%
R=30.05%
G=33.74%
B=36.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1952192350.170.0700.082045084.31
HexC3DBEB11708cc3254
Octal30333335321701031462124
Binary1100001111011011111010111000111101000110011001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DBEB; }

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

 H1.HeaderClassName
 {
   color: #C3DBEB;
 }
 .AnyTagClassName
 {
   color: #C3DBEB;
 }
</style>
background-color css

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

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

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

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

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

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