#CFE5FE

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

Shades of Pattens Blue #CFE5FE

Tints of Pattens Blue #CFE5FE

Color information

#CFE5FE (or 0xCFE5FE) is unknown color: approx Pattens Blue. HEX triplet: CF, E5 and FE. RGB value is (207,229,254). Sum of RGB (Red+Green+Blue) = 207+229+254=690 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30% from 690); Green value is 229 (89.84% from 255 or 33.19% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFE5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE5FE is #301A01. Grayscale: #E1E1E1. Windows color (decimal): -3152386 or 16704975. OLE color: 16704975.

HSL color Cylindrical-coordinate representation of color #CFE5FE: hue angle of 211.91º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFE5FE is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB207229254-
CMYK0.190.1000.00
HSL211.91º95.92%90.39%-
HSV(B)211.91º18.5%99.61%-
XYZ71.6476.46104.75-
YUV225.27144.21114.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30%
GREEN value IS 229 (89.84% from 255) = 33.19%
BLUE value IS 254 (99.61% from 255) = 36.81%
R=30%
G=33.19%
B=36.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072292540.190.1000.00211.9195.9290.39
HexCFE5FE13A00d4605a
Octal317345376231200324140132
Binary110011111110010111111110100111010001101010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE5FE; }

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

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

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

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

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

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

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

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