#CFEAF8

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

Shades of Pattens Blue #CFEAF8

Tints of Pattens Blue #CFEAF8

Color information

#CFEAF8 (or 0xCFEAF8) is unknown color: approx Pattens Blue. HEX triplet: CF, EA and F8. RGB value is (207,234,248). Sum of RGB (Red+Green+Blue) = 207+234+248=689 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.04% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 248 (97.27% from 255 or 35.99% from 689); Max value from RGB is 248 - color contains mainly: blue. Hex color #CFEAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEAF8 is #301507. Grayscale: #E3E3E3. Windows color (decimal): -3151112 or 16313039. OLE color: 16313039.

HSL color Cylindrical-coordinate representation of color #CFEAF8: hue angle of 200.49º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFEAF8 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB207234248-
CMYK0.170.0600.03
HSL200.49º74.55%89.22%-
HSV(B)200.49º16.53%97.25%-
XYZ72.178.89100.23-
YUV227.52139.55113.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.04%
GREEN value IS 234 (91.80% from 255) = 33.96%
BLUE value IS 248 (97.27% from 255) = 35.99%
R=30.04%
G=33.96%
B=35.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2072342480.170.0600.03200.4974.5589.22
HexCFEAF811603c84b59
Octal31735237021603310113131
Binary110011111110101011111000100011100111100100010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEAF8; }

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

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

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

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

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

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

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

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