#CFE3FB

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

Shades of Pattens Blue #CFE3FB

Tints of Pattens Blue #CFE3FB

Color information

#CFE3FB (or 0xCFE3FB) is unknown color: approx Pattens Blue. HEX triplet: CF, E3 and FB. RGB value is (207,227,251). Sum of RGB (Red+Green+Blue) = 207+227+251=685 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.22% from 685); Green value is 227 (89.06% from 255 or 33.14% 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 #CFE3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE3FB is #301C04. Grayscale: #DFDFDF. Windows color (decimal): -3152901 or 16507855. OLE color: 16507855.

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

Color convert

RGB207227251-
CMYK0.180.1000.02
HSL212.73º84.62%89.8%-
HSV(B)212.73º17.53%98.43%-
XYZ70.6175.17102.05-
YUV223.76143.37116.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.22%
GREEN value IS 227 (89.06% from 255) = 33.14%
BLUE value IS 251 (98.44% from 255) = 36.64%
R=30.22%
G=33.14%
B=36.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072272510.180.1000.02212.7384.6289.8
HexCFE3FB12A02d5555a
Octal317343373221202325125132
Binary1100111111100011111110111001010100101101010110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE3FB; }

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

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

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

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

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

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

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

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