#CFECFE

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

Shades of Pattens Blue #CFECFE

Tints of Pattens Blue #CFECFE

Color information

#CFECFE (or 0xCFECFE) is unknown color: approx Pattens Blue. HEX triplet: CF, EC and FE. RGB value is (207,236,254). Sum of RGB (Red+Green+Blue) = 207+236+254=697 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.70% from 697); Green value is 236 (92.58% from 255 or 33.86% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFECFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFECFE is #301301. Grayscale: #E5E5E5. Windows color (decimal): -3150594 or 16706767. OLE color: 16706767.

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

Color convert

RGB207236254-
CMYK0.190.0700.00
HSL202.98º95.92%90.39%-
HSV(B)202.98º18.5%99.61%-
XYZ73.6280.41105.41-
YUV229.38141.89112.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.70%
GREEN value IS 236 (92.58% from 255) = 33.86%
BLUE value IS 254 (99.61% from 255) = 36.44%
R=29.70%
G=33.86%
B=36.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072362540.190.0700.00202.9895.9290.39
HexCFECFE13700cb605a
Octal31735437623700313140132
Binary11001111111011001111111010011111001100101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECFE; }

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

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

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

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

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

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

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

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