#CFF1FB

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

Shades of Pattens Blue #CFF1FB

Tints of Pattens Blue #CFF1FB

Color information

#CFF1FB (or 0xCFF1FB) is unknown color: approx Pattens Blue. HEX triplet: CF, F1 and FB. RGB value is (207,241,251). Sum of RGB (Red+Green+Blue) = 207+241+251=699 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.61% from 699); Green value is 241 (94.53% from 255 or 34.48% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFF1FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF1FB is #300E04. Grayscale: #E7E7E7. Windows color (decimal): -3149317 or 16511439. OLE color: 16511439.

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

Color convert

RGB207241251-
CMYK0.180.0400.02
HSL193.64º84.62%89.8%-
HSV(B)193.64º17.53%98.43%-
XYZ74.683.14103.38-
YUV231.97138.74110.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.61%
GREEN value IS 241 (94.53% from 255) = 34.48%
BLUE value IS 251 (98.44% from 255) = 35.91%
R=29.61%
G=34.48%
B=35.91%

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
Decimal2072412510.180.0400.02193.6484.6289.8
HexCFF1FB12402c2555a
Octal31736137322402302125132
Binary110011111111000111111011100101000101100001010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF1FB; }

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

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

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

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

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

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

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

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