#CFE6FE

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

Shades of Pattens Blue #CFE6FE

Tints of Pattens Blue #CFE6FE

Color information

#CFE6FE (or 0xCFE6FE) is unknown color: approx Pattens Blue. HEX triplet: CF, E6 and FE. RGB value is (207,230,254). Sum of RGB (Red+Green+Blue) = 207+230+254=691 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.96% from 691); Green value is 230 (90.23% from 255 or 33.29% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFE6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE6FE is #301901. Grayscale: #E1E1E1. Windows color (decimal): -3152130 or 16705231. OLE color: 16705231.

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

Color convert

RGB207230254-
CMYK0.190.0900.00
HSL210.64º95.92%90.39%-
HSV(B)210.64º18.5%99.61%-
XYZ71.9277.01104.84-
YUV225.86143.88114.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.96%
GREEN value IS 230 (90.23% from 255) = 33.29%
BLUE value IS 254 (99.61% from 255) = 36.76%
R=29.96%
G=33.29%
B=36.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072302540.190.0900.00210.6495.9290.39
HexCFE6FE13900d3605a
Octal317346376231100323140132
Binary110011111110011011111110100111001001101001111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE6FE; }

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

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

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

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

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

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

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

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