#CFE5FF

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

Shades of Pattens Blue #CFE5FF

Tints of Pattens Blue #CFE5FF

Color information

#CFE5FF (or 0xCFE5FF) is unknown color: approx Pattens Blue. HEX triplet: CF, E5 and FF. RGB value is (207,229,255). Sum of RGB (Red+Green+Blue) = 207+229+255=691 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.96% from 691); Green value is 229 (89.84% from 255 or 33.14% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFE5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE5FF is #301A00. Grayscale: #E1E1E1. Windows color (decimal): -3152385 or 16770511. OLE color: 16770511.

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

Color convert

RGB207229255-
CMYK0.190.1000
HSL212.5º100%90.59%-
HSV(B)212.5º18.82%100%-
XYZ71.876.52105.59-
YUV225.39144.71114.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.96%
GREEN value IS 229 (89.84% from 255) = 33.14%
BLUE value IS 255 (100% from 255) = 36.90%
R=29.96%
G=33.14%
B=36.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072292550.190.1000212.510090.59
HexCFE5FF13A00d4645b
Octal317345377231200324144133
Binary110011111110010111111111100111010001101010011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE5FF; }

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

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

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

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

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

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

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

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