#C2DBEB

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

Shades of Pattens Blue #C2DBEB

Tints of Pattens Blue #C2DBEB

Color information

#C2DBEB (or 0xC2DBEB) is unknown color: approx Pattens Blue. HEX triplet: C2, DB and EB. RGB value is (194,219,235). Sum of RGB (Red+Green+Blue) = 194+219+235=648 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.94% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DBEB is #3D2414. Grayscale: #D5D5D5. Windows color (decimal): -4006933 or 15457218. OLE color: 15457218.

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

Color convert

RGB194219235-
CMYK0.170.0700.08
HSL203.41º50.62%84.12%-
HSV(B)203.41º17.45%92.16%-
XYZ62.5868.1388.45-
YUV213.35140.22114.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.94%
GREEN value IS 219 (85.94% from 255) = 33.80%
BLUE value IS 235 (92.19% from 255) = 36.27%
R=29.94%
G=33.80%
B=36.27%

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
Decimal1942192350.170.0700.08203.4150.6284.12
HexC2DBEB11708cb3354
Octal30233335321701031363124
Binary1100001011011011111010111000111101000110010111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DBEB; }

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

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

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

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

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

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

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

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