#CFE9FA

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

Shades of Pattens Blue #CFE9FA

Tints of Pattens Blue #CFE9FA

Color information

#CFE9FA (or 0xCFE9FA) is unknown color: approx Pattens Blue. HEX triplet: CF, E9 and FA. RGB value is (207,233,250). Sum of RGB (Red+Green+Blue) = 207+233+250=690 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30% from 690); Green value is 233 (91.41% from 255 or 33.77% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFE9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE9FA is #301605. Grayscale: #E3E3E3. Windows color (decimal): -3151366 or 16443855. OLE color: 16443855.

HSL color Cylindrical-coordinate representation of color #CFE9FA: hue angle of 203.72º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFE9FA is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207233250-
CMYK0.170.0700.02
HSL203.72º81.13%89.61%-
HSV(B)203.72º17.2%98.04%-
XYZ72.1378.45101.78-
YUV227.16140.89113.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30%
GREEN value IS 233 (91.41% from 255) = 33.77%
BLUE value IS 250 (98.05% from 255) = 36.23%
R=30%
G=33.77%
B=36.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072332500.170.0700.02203.7281.1389.61
HexCFE9FA11702cc515a
Octal31735137221702314121132
Binary110011111110100111111010100011110101100110010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE9FA; }

 p { color: rgb(207,233,250); }

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

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

 a { background-color: rgb(207,233,250); }

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

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

 span { border-color: rgb(207,233,250); }

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