#CFEEFB

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

Shades of Pattens Blue #CFEEFB

Tints of Pattens Blue #CFEEFB

Color information

#CFEEFB (or 0xCFEEFB) is unknown color: approx Pattens Blue. HEX triplet: CF, EE and FB. RGB value is (207,238,251). Sum of RGB (Red+Green+Blue) = 207+238+251=696 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.74% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFEEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEEFB is #301104. Grayscale: #E6E6E6. Windows color (decimal): -3150085 or 16510671. OLE color: 16510671.

HSL color Cylindrical-coordinate representation of color #CFEEFB: hue angle of 197.73º 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 #CFEEFB is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207238251-
CMYK0.180.0500.02
HSL197.73º84.62%89.8%-
HSV(B)197.73º17.53%98.43%-
XYZ73.7281.38103.09-
YUV230.21139.73111.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.74%
GREEN value IS 238 (93.36% from 255) = 34.20%
BLUE value IS 251 (98.44% from 255) = 36.06%
R=29.74%
G=34.20%
B=36.06%

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
Decimal2072382510.180.0500.02197.7384.6289.8
HexCFEEFB12502c6555a
Octal31735637322502306125132
Binary110011111110111011111011100101010101100011010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEEFB; }

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

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

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

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

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

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

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

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