#CFEDFB

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

Shades of Pattens Blue #CFEDFB

Tints of Pattens Blue #CFEDFB

Color information

#CFEDFB (or 0xCFEDFB) is unknown color: approx Pattens Blue. HEX triplet: CF, ED and FB. RGB value is (207,237,251). Sum of RGB (Red+Green+Blue) = 207+237+251=695 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.78% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFEDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEDFB is #301204. Grayscale: #E5E5E5. Windows color (decimal): -3150341 or 16510415. OLE color: 16510415.

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

Color convert

RGB207237251-
CMYK0.180.0600.02
HSL199.09º84.62%89.8%-
HSV(B)199.09º17.53%98.43%-
XYZ73.4380.8102.99-
YUV229.63140.06111.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.78%
GREEN value IS 237 (92.97% from 255) = 34.10%
BLUE value IS 251 (98.44% from 255) = 36.12%
R=29.78%
G=34.10%
B=36.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072372510.180.0600.02199.0984.6289.8
HexCFEDFB12602c7555a
Octal31735537322602307125132
Binary110011111110110111111011100101100101100011110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEDFB; }

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

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

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

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

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

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

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

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