#CFE3FA

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

Shades of Pattens Blue #CFE3FA

Tints of Pattens Blue #CFE3FA

Color information

#CFE3FA (or 0xCFE3FA) is unknown color: approx Pattens Blue. HEX triplet: CF, E3 and FA. RGB value is (207,227,250). Sum of RGB (Red+Green+Blue) = 207+227+250=684 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.26% from 684); Green value is 227 (89.06% from 255 or 33.19% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFE3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE3FA is #301C05. Grayscale: #DFDFDF. Windows color (decimal): -3152902 or 16442319. OLE color: 16442319.

HSL color Cylindrical-coordinate representation of color #CFE3FA: hue angle of 212.09º 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 #CFE3FA is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207227250-
CMYK0.170.0900.02
HSL212.09º81.13%89.61%-
HSV(B)212.09º17.2%98.04%-
XYZ70.4675.11101.23-
YUV223.64142.87116.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.26%
GREEN value IS 227 (89.06% from 255) = 33.19%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=30.26%
G=33.19%
B=36.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072272500.170.0900.02212.0981.1389.61
HexCFE3FA11902d4515a
Octal317343372211102324121132
Binary1100111111100011111110101000110010101101010010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE3FA; }

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

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

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

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

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

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

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

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