#CFE8FD

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

Shades of Pattens Blue #CFE8FD

Tints of Pattens Blue #CFE8FD

Color information

#CFE8FD (or 0xCFE8FD) is unknown color: approx Pattens Blue. HEX triplet: CF, E8 and FD. RGB value is (207,232,253). Sum of RGB (Red+Green+Blue) = 207+232+253=692 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.91% from 692); Green value is 232 (91.02% from 255 or 33.53% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFE8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE8FD is #301702. Grayscale: #E2E2E2. Windows color (decimal): -3151619 or 16640207. OLE color: 16640207.

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

Color convert

RGB207232253-
CMYK0.180.0800.01
HSL207.39º92%90.2%-
HSV(B)207.39º18.18%99.22%-
XYZ72.3278.07104.19-
YUV226.92142.72113.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.91%
GREEN value IS 232 (91.02% from 255) = 33.53%
BLUE value IS 253 (99.22% from 255) = 36.56%
R=29.91%
G=33.53%
B=36.56%

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
Decimal2072322530.180.0800.01207.399290.2
HexCFE8FD12801cf5c5a
Octal317350375221001317134132
Binary110011111110100011111101100101000011100111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE8FD; }

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

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

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

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

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

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

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

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