#C6E9FA

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

Shades of Pattens Blue #C6E9FA

Tints of Pattens Blue #C6E9FA

Color information

#C6E9FA (or 0xC6E9FA) is unknown color: approx Pattens Blue. HEX triplet: C6, E9 and FA. RGB value is (198,233,250). Sum of RGB (Red+Green+Blue) = 198+233+250=681 (90% of max value = 765). Red value is 198 (77.73% from 255 or 29.07% from 681); Green value is 233 (91.41% from 255 or 34.21% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6E9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6E9FA is #391605. Grayscale: #E0E0E0. Windows color (decimal): -3741190 or 16443846. OLE color: 16443846.

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

Color convert

RGB198233250-
CMYK0.210.0700.02
HSL199.62º83.87%87.84%-
HSV(B)199.62º20.8%98.04%-
XYZ69.6877.19101.67-
YUV224.47142.4109.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 29.07%
GREEN value IS 233 (91.41% from 255) = 34.21%
BLUE value IS 250 (98.05% from 255) = 36.71%
R=29.07%
G=34.21%
B=36.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982332500.210.0700.02199.6283.8787.84
HexC6E9FA15702c85458
Octal30635137225702310124130
Binary110001101110100111111010101011110101100100010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6E9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6E9FA; }

 p { color: rgb(198,233,250); }

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

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

 a { background-color: rgb(198,233,250); }

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

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

 span { border-color: rgb(198,233,250); }

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