#C7EBFB

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

Shades of Pattens Blue #C7EBFB

Tints of Pattens Blue #C7EBFB

Color information

#C7EBFB (or 0xC7EBFB) is unknown color: approx Pattens Blue. HEX triplet: C7, EB and FB. RGB value is (199,235,251). Sum of RGB (Red+Green+Blue) = 199+235+251=685 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.05% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #C7EBFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EBFB is #381404. Grayscale: #E1E1E1. Windows color (decimal): -3675141 or 16509895. OLE color: 16509895.

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

Color convert

RGB199235251-
CMYK0.210.0600.02
HSL198.46º86.67%88.24%-
HSV(B)198.46º20.72%98.43%-
XYZ70.6778.52102.7-
YUV226.06142.07108.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.05%
GREEN value IS 235 (92.19% from 255) = 34.31%
BLUE value IS 251 (98.44% from 255) = 36.64%
R=29.05%
G=34.31%
B=36.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992352510.210.0600.02198.4686.6788.24
HexC7EBFB15602c65758
Octal30735337325602306127130
Binary110001111110101111111011101011100101100011010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EBFB; }

 p { color: rgb(199,235,251); }

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

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

 a { background-color: rgb(199,235,251); }

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

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

 span { border-color: rgb(199,235,251); }

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