#CFE4FC

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

Shades of Pattens Blue #CFE4FC

Tints of Pattens Blue #CFE4FC

Color information

#CFE4FC (or 0xCFE4FC) is unknown color: approx Pattens Blue. HEX triplet: CF, E4 and FC. RGB value is (207,228,252). Sum of RGB (Red+Green+Blue) = 207+228+252=687 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.13% from 687); Green value is 228 (89.45% from 255 or 33.19% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFE4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE4FC is #301B03. Grayscale: #E0E0E0. Windows color (decimal): -3152644 or 16573647. OLE color: 16573647.

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

Color convert

RGB207228252-
CMYK0.180.1000.01
HSL212º88.24%90%-
HSV(B)212º17.86%98.82%-
XYZ71.0575.78102.98-
YUV224.46143.54115.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.13%
GREEN value IS 228 (89.45% from 255) = 33.19%
BLUE value IS 252 (98.83% from 255) = 36.68%
R=30.13%
G=33.19%
B=36.68%

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
Decimal2072282520.180.1000.0121288.2490
HexCFE4FC12A01d4585a
Octal317344374221201324130132
Binary110011111110010011111100100101010011101010010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE4FC; }

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

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

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

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

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

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

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

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