#CFE7FE

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

Shades of Pattens Blue #CFE7FE

Tints of Pattens Blue #CFE7FE

Color information

#CFE7FE (or 0xCFE7FE) is unknown color: approx Pattens Blue. HEX triplet: CF, E7 and FE. RGB value is (207,231,254). Sum of RGB (Red+Green+Blue) = 207+231+254=692 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.91% from 692); Green value is 231 (90.62% from 255 or 33.38% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFE7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE7FE is #301801. Grayscale: #E2E2E2. Windows color (decimal): -3151874 or 16705487. OLE color: 16705487.

HSL color Cylindrical-coordinate representation of color #CFE7FE: hue angle of 209.36º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFE7FE is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB207231254-
CMYK0.190.0900.00
HSL209.36º95.92%90.39%-
HSV(B)209.36º18.5%99.61%-
XYZ72.277.57104.93-
YUV226.45143.55114.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.91%
GREEN value IS 231 (90.62% from 255) = 33.38%
BLUE value IS 254 (99.61% from 255) = 36.71%
R=29.91%
G=33.38%
B=36.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072312540.190.0900.00209.3695.9290.39
HexCFE7FE13900d1605a
Octal317347376231100321140132
Binary110011111110011111111110100111001001101000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE7FE; }

 p { color: rgb(207,231,254); }

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

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

 a { background-color: rgb(207,231,254); }

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

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

 span { border-color: rgb(207,231,254); }

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