#CFE5FD

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

Shades of Pattens Blue #CFE5FD

Tints of Pattens Blue #CFE5FD

Color information

#CFE5FD (or 0xCFE5FD) is unknown color: approx Pattens Blue. HEX triplet: CF, E5 and FD. RGB value is (207,229,253). Sum of RGB (Red+Green+Blue) = 207+229+253=689 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.04% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFE5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE5FD is #301A02. Grayscale: #E1E1E1. Windows color (decimal): -3152387 or 16639439. OLE color: 16639439.

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

Color convert

RGB207229253-
CMYK0.180.0900.01
HSL211.3º92%90.2%-
HSV(B)211.3º18.18%99.22%-
XYZ71.4876.4103.91-
YUV225.16143.71115.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.04%
GREEN value IS 229 (89.84% from 255) = 33.24%
BLUE value IS 253 (99.22% from 255) = 36.72%
R=30.04%
G=33.24%
B=36.72%

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
Decimal2072292530.180.0900.01211.39290.2
HexCFE5FD12901d35c5a
Octal317345375221101323134132
Binary110011111110010111111101100101001011101001110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE5FD; }

 p { color: rgb(207,229,253); }

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

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

 a { background-color: rgb(207,229,253); }

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

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

 span { border-color: rgb(207,229,253); }

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