#C6E0FA

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

Shades of Pattens Blue #C6E0FA

Tints of Pattens Blue #C6E0FA

Color information

#C6E0FA (or 0xC6E0FA) is unknown color: approx Pattens Blue. HEX triplet: C6, E0 and FA. RGB value is (198,224,250). Sum of RGB (Red+Green+Blue) = 198+224+250=672 (89% of max value = 765). Red value is 198 (77.73% from 255 or 29.46% from 672); Green value is 224 (87.89% from 255 or 33.33% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6E0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6E0FA is #391F05. Grayscale: #DBDBDB. Windows color (decimal): -3743494 or 16441542. OLE color: 16441542.

HSL color Cylindrical-coordinate representation of color #C6E0FA: hue angle of 210º 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 #C6E0FA is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB198224250-
CMYK0.210.1000.02
HSL210º83.87%87.84%-
HSV(B)210º20.8%98.04%-
XYZ67.272.22100.84-
YUV219.19145.39112.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 29.46%
GREEN value IS 224 (87.89% from 255) = 33.33%
BLUE value IS 250 (98.05% from 255) = 37.20%
R=29.46%
G=33.33%
B=37.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982242500.210.1000.0221083.8787.84
HexC6E0FA15A02d25458
Octal306340372251202322124130
Binary1100011011100000111110101010110100101101001010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6E0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6E0FA; }

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

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

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

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

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

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

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

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