#CFE7FB

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

Shades of Pattens Blue #CFE7FB

Tints of Pattens Blue #CFE7FB

Color information

#CFE7FB (or 0xCFE7FB) is unknown color: approx Pattens Blue. HEX triplet: CF, E7 and FB. RGB value is (207,231,251). Sum of RGB (Red+Green+Blue) = 207+231+251=689 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.04% from 689); Green value is 231 (90.62% from 255 or 33.53% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFE7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE7FB is #301804. Grayscale: #E2E2E2. Windows color (decimal): -3151877 or 16508879. OLE color: 16508879.

HSL color Cylindrical-coordinate representation of color #CFE7FB: hue angle of 207.27º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFE7FB is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207231251-
CMYK0.180.0800.02
HSL207.27º84.62%89.8%-
HSV(B)207.27º17.53%98.43%-
XYZ71.7277.38102.42-
YUV226.1142.05114.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.04%
GREEN value IS 231 (90.62% from 255) = 33.53%
BLUE value IS 251 (98.44% from 255) = 36.43%
R=30.04%
G=33.53%
B=36.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072312510.180.0800.02207.2784.6289.8
HexCFE7FB12802cf555a
Octal317347373221002317125132
Binary1100111111100111111110111001010000101100111110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE7FB; }

 p { color: rgb(207,231,251); }

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

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

 a { background-color: rgb(207,231,251); }

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

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

 span { border-color: rgb(207,231,251); }

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