#CFE6FB

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

Shades of Pattens Blue #CFE6FB

Tints of Pattens Blue #CFE6FB

Color information

#CFE6FB (or 0xCFE6FB) is unknown color: approx Pattens Blue. HEX triplet: CF, E6 and FB. RGB value is (207,230,251). Sum of RGB (Red+Green+Blue) = 207+230+251=688 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.09% from 688); Green value is 230 (90.23% from 255 or 33.43% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFE6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE6FB is #301904. Grayscale: #E1E1E1. Windows color (decimal): -3152133 or 16508623. OLE color: 16508623.

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

Color convert

RGB207230251-
CMYK0.180.0800.02
HSL208.64º84.62%89.8%-
HSV(B)208.64º17.53%98.43%-
XYZ71.4476.82102.33-
YUV225.52142.38114.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.09%
GREEN value IS 230 (90.23% from 255) = 33.43%
BLUE value IS 251 (98.44% from 255) = 36.48%
R=30.09%
G=33.43%
B=36.48%

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
Decimal2072302510.180.0800.02208.6484.6289.8
HexCFE6FB12802d1555a
Octal317346373221002321125132
Binary1100111111100110111110111001010000101101000110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE6FB; }

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

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

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

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

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

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

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

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