#CFE6FC

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

Shades of Pattens Blue #CFE6FC

Tints of Pattens Blue #CFE6FC

Color information

#CFE6FC (or 0xCFE6FC) is unknown color: approx Pattens Blue. HEX triplet: CF, E6 and FC. RGB value is (207,230,252). Sum of RGB (Red+Green+Blue) = 207+230+252=689 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.04% from 689); Green value is 230 (90.23% from 255 or 33.38% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFE6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE6FC is #301903. Grayscale: #E1E1E1. Windows color (decimal): -3152132 or 16574159. OLE color: 16574159.

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

Color convert

RGB207230252-
CMYK0.180.0900.01
HSL209.33º88.24%90%-
HSV(B)209.33º17.86%98.82%-
XYZ71.676.89103.16-
YUV225.63142.88114.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.04%
GREEN value IS 230 (90.23% from 255) = 33.38%
BLUE value IS 252 (98.83% from 255) = 36.57%
R=30.04%
G=33.38%
B=36.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072302520.180.0900.01209.3388.2490
HexCFE6FC12901d1585a
Octal317346374221101321130132
Binary110011111110011011111100100101001011101000110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE6FC; }

 p { color: rgb(207,230,252); }

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

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

 a { background-color: rgb(207,230,252); }

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

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

 span { border-color: rgb(207,230,252); }

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