#CFEFFB

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

Shades of Pattens Blue #CFEFFB

Tints of Pattens Blue #CFEFFB

Color information

#CFEFFB (or 0xCFEFFB) is unknown color: approx Pattens Blue. HEX triplet: CF, EF and FB. RGB value is (207,239,251). Sum of RGB (Red+Green+Blue) = 207+239+251=697 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.70% from 697); Green value is 239 (93.75% from 255 or 34.29% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFEFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEFFB is #301004. Grayscale: #E6E6E6. Windows color (decimal): -3149829 or 16510927. OLE color: 16510927.

HSL color Cylindrical-coordinate representation of color #CFEFFB: hue angle of 196.36º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFEFFB is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207239251-
CMYK0.180.0500.02
HSL196.36º84.62%89.8%-
HSV(B)196.36º17.53%98.43%-
XYZ74.0181.96103.19-
YUV230.8139.4111.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.70%
GREEN value IS 239 (93.75% from 255) = 34.29%
BLUE value IS 251 (98.44% from 255) = 36.01%
R=29.70%
G=34.29%
B=36.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072392510.180.0500.02196.3684.6289.8
HexCFEFFB12502c4555a
Octal31735737322502304125132
Binary110011111110111111111011100101010101100010010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEFFB; }

 p { color: rgb(207,239,251); }

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

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

 a { background-color: rgb(207,239,251); }

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

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

 span { border-color: rgb(207,239,251); }

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