#CFF2FA

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

Shades of Pattens Blue #CFF2FA

Tints of Pattens Blue #CFF2FA

Color information

#CFF2FA (or 0xCFF2FA) is unknown color: approx Pattens Blue. HEX triplet: CF, F2 and FA. RGB value is (207,242,250). Sum of RGB (Red+Green+Blue) = 207+242+250=699 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.61% from 699); Green value is 242 (94.92% from 255 or 34.62% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFF2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF2FA is #300D05. Grayscale: #E8E8E8. Windows color (decimal): -3149062 or 16446159. OLE color: 16446159.

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

Color convert

RGB207242250-
CMYK0.170.0300.02
HSL191.16º81.13%89.61%-
HSV(B)191.16º17.2%98.04%-
XYZ74.7483.67102.65-
YUV232.45137.9109.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.61%
GREEN value IS 242 (94.92% from 255) = 34.62%
BLUE value IS 250 (98.05% from 255) = 35.77%
R=29.61%
G=34.62%
B=35.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072422500.170.0300.02191.1681.1389.61
HexCFF2FA11302bf515a
Octal31736237221302277121132
Binary11001111111100101111101010001110101011111110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF2FA; }

 p { color: rgb(207,242,250); }

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

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

 a { background-color: rgb(207,242,250); }

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

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

 span { border-color: rgb(207,242,250); }

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