#CFE8FC

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

Shades of Pattens Blue #CFE8FC

Tints of Pattens Blue #CFE8FC

Color information

#CFE8FC (or 0xCFE8FC) is unknown color: approx Pattens Blue. HEX triplet: CF, E8 and FC. RGB value is (207,232,252). Sum of RGB (Red+Green+Blue) = 207+232+252=691 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.96% from 691); Green value is 232 (91.02% from 255 or 33.57% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFE8FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE8FC is #301703. Grayscale: #E2E2E2. Windows color (decimal): -3151620 or 16574671. OLE color: 16574671.

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

Color convert

RGB207232252-
CMYK0.180.0800.01
HSL206.67º88.24%90%-
HSV(B)206.67º17.86%98.82%-
XYZ72.1678.01103.35-
YUV226.8142.22113.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.96%
GREEN value IS 232 (91.02% from 255) = 33.57%
BLUE value IS 252 (98.83% from 255) = 36.47%
R=29.96%
G=33.57%
B=36.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072322520.180.0800.01206.6788.2490
HexCFE8FC12801cf585a
Octal317350374221001317130132
Binary110011111110100011111100100101000011100111110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE8FC; }

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

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

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

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

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

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

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

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