#CFEAF1

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

Shades of Pattens Blue #CFEAF1

Tints of Pattens Blue #CFEAF1

Color information

#CFEAF1 (or 0xCFEAF1) is unknown color: approx Pattens Blue. HEX triplet: CF, EA and F1. RGB value is (207,234,241). Sum of RGB (Red+Green+Blue) = 207+234+241=682 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.35% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFEAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEAF1 is #30150E. Grayscale: #E2E2E2. Windows color (decimal): -3151119 or 15854287. OLE color: 15854287.

HSL color Cylindrical-coordinate representation of color #CFEAF1: hue angle of 192.35º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFEAF1 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207234241-
CMYK0.140.0300.05
HSL192.35º54.84%87.84%-
HSV(B)192.35º14.11%94.51%-
XYZ71.0378.4694.62-
YUV226.72136.05113.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.35%
GREEN value IS 234 (91.80% from 255) = 34.31%
BLUE value IS 241 (94.53% from 255) = 35.34%
R=30.35%
G=34.31%
B=35.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072342410.140.0300.05192.3554.8487.84
HexCFEAF1E305c03758
Octal3173523611630530067130
Binary1100111111101010111100011110110101110000001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEAF1; }

 p { color: rgb(207,234,241); }

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

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

 a { background-color: rgb(207,234,241); }

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

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

 span { border-color: rgb(207,234,241); }

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