#CFE3F2

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

Shades of Pattens Blue #CFE3F2

Tints of Pattens Blue #CFE3F2

Color information

#CFE3F2 (or 0xCFE3F2) is unknown color: approx Pattens Blue. HEX triplet: CF, E3 and F2. RGB value is (207,227,242). Sum of RGB (Red+Green+Blue) = 207+227+242=676 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.62% from 676); Green value is 227 (89.06% from 255 or 33.58% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFE3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE3F2 is #301C0D. Grayscale: #DEDEDE. Windows color (decimal): -3152910 or 15918031. OLE color: 15918031.

HSL color Cylindrical-coordinate representation of color #CFE3F2: hue angle of 205.71º degrees, saturation: 0.57, 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 #CFE3F2 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207227242-
CMYK0.140.0600.05
HSL205.71º57.38%88.04%-
HSV(B)205.71º14.46%94.9%-
XYZ69.2374.6194.76-
YUV222.73138.87116.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.62%
GREEN value IS 227 (89.06% from 255) = 33.58%
BLUE value IS 242 (94.92% from 255) = 35.80%
R=30.62%
G=33.58%
B=35.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072272420.140.0600.05205.7157.3888.04
HexCFE3F2E605ce3958
Octal3173433621660531671130
Binary11001111111000111111001011101100101110011101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE3F2; }

 p { color: rgb(207,227,242); }

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

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

 a { background-color: rgb(207,227,242); }

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

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

 span { border-color: rgb(207,227,242); }

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