#CFEAF3

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

Shades of Pattens Blue #CFEAF3

Tints of Pattens Blue #CFEAF3

Color information

#CFEAF3 (or 0xCFEAF3) is unknown color: approx Pattens Blue. HEX triplet: CF, EA and F3. RGB value is (207,234,243). Sum of RGB (Red+Green+Blue) = 207+234+243=684 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.26% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 243 (95.31% from 255 or 35.53% from 684); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFEAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEAF3 is #30150C. Grayscale: #E2E2E2. Windows color (decimal): -3151117 or 15985359. OLE color: 15985359.

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

Color convert

RGB207234243-
CMYK0.150.0400.05
HSL195º60%88.24%-
HSV(B)195º14.81%95.29%-
XYZ71.3378.5896.2-
YUV226.95137.05113.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.26%
GREEN value IS 234 (91.80% from 255) = 34.21%
BLUE value IS 243 (95.31% from 255) = 35.53%
R=30.26%
G=34.21%
B=35.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072342430.150.0400.051956088.24
HexCFEAF3F405c33c58
Octal3173523631740530374130
Binary11001111111010101111001111111000101110000111111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEAF3; }

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

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

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

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

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

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

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

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