#CFF0FB

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

Shades of Pattens Blue #CFF0FB

Tints of Pattens Blue #CFF0FB

Color information

#CFF0FB (or 0xCFF0FB) is unknown color: approx Pattens Blue. HEX triplet: CF, F0 and FB. RGB value is (207,240,251). Sum of RGB (Red+Green+Blue) = 207+240+251=698 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.66% from 698); Green value is 240 (94.14% from 255 or 34.38% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFF0FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF0FB is #300F04. Grayscale: #E7E7E7. Windows color (decimal): -3149573 or 16511183. OLE color: 16511183.

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

Color convert

RGB207240251-
CMYK0.180.0400.02
HSL195º84.62%89.8%-
HSV(B)195º17.53%98.43%-
XYZ74.382.55103.28-
YUV231.39139.07110.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.66%
GREEN value IS 240 (94.14% from 255) = 34.38%
BLUE value IS 251 (98.44% from 255) = 35.96%
R=29.66%
G=34.38%
B=35.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072402510.180.0400.0219584.6289.8
HexCFF0FB12402c3555a
Octal31736037322402303125132
Binary110011111111000011111011100101000101100001110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF0FB; }

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

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

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

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

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

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

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

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