#CFE3FC

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

Shades of Pattens Blue #CFE3FC

Tints of Pattens Blue #CFE3FC

Color information

#CFE3FC (or 0xCFE3FC) is unknown color: approx Pattens Blue. HEX triplet: CF, E3 and FC. RGB value is (207,227,252). Sum of RGB (Red+Green+Blue) = 207+227+252=686 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.17% from 686); Green value is 227 (89.06% from 255 or 33.09% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFE3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE3FC is #301C03. Grayscale: #DFDFDF. Windows color (decimal): -3152900 or 16573391. OLE color: 16573391.

HSL color Cylindrical-coordinate representation of color #CFE3FC: hue angle of 213.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFE3FC is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207227252-
CMYK0.180.1000.01
HSL213.33º88.24%90%-
HSV(B)213.33º17.86%98.82%-
XYZ70.7775.23102.89-
YUV223.87143.87115.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.17%
GREEN value IS 227 (89.06% from 255) = 33.09%
BLUE value IS 252 (98.83% from 255) = 36.73%
R=30.17%
G=33.09%
B=36.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072272520.180.1000.01213.3388.2490
HexCFE3FC12A01d5585a
Octal317343374221201325130132
Binary110011111110001111111100100101010011101010110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE3FC; }

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

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

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

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

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

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

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

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