#C1DEFB

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

Shades of Pattens Blue #C1DEFB

Tints of Pattens Blue #C1DEFB

Color information

#C1DEFB (or 0xC1DEFB) is unknown color: approx Pattens Blue. HEX triplet: C1, DE and FB. RGB value is (193,222,251). Sum of RGB (Red+Green+Blue) = 193+222+251=666 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.98% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1DEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DEFB is #3E2104. Grayscale: #D8D8D8. Windows color (decimal): -4071685 or 16506561. OLE color: 16506561.

HSL color Cylindrical-coordinate representation of color #C1DEFB: hue angle of 210º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1DEFB is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193222251-
CMYK0.230.1200.02
HSL210º87.88%87.06%-
HSV(B)210º23.11%98.43%-
XYZ65.5370.55101.43-
YUV216.64147.39111.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.98%
GREEN value IS 222 (87.11% from 255) = 33.33%
BLUE value IS 251 (98.44% from 255) = 37.69%
R=28.98%
G=33.33%
B=37.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932222510.230.1200.0221087.8887.06
HexC1DEFB17C02d25857
Octal301336373271402322130127
Binary1100000111011110111110111011111000101101001010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DEFB; }

 p { color: rgb(193,222,251); }

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

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

 a { background-color: rgb(193,222,251); }

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

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

 span { border-color: rgb(193,222,251); }

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