#CFF0FA

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

Shades of Pattens Blue #CFF0FA

Tints of Pattens Blue #CFF0FA

Color information

#CFF0FA (or 0xCFF0FA) is unknown color: approx Pattens Blue. HEX triplet: CF, F0 and FA. RGB value is (207,240,250). Sum of RGB (Red+Green+Blue) = 207+240+250=697 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.70% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFF0FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF0FA is #300F05. Grayscale: #E7E7E7. Windows color (decimal): -3149574 or 16445647. OLE color: 16445647.

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

Color convert

RGB207240250-
CMYK0.170.0400.02
HSL193.95º81.13%89.61%-
HSV(B)193.95º17.2%98.04%-
XYZ74.1582.49102.46-
YUV231.27138.57110.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.70%
GREEN value IS 240 (94.14% from 255) = 34.43%
BLUE value IS 250 (98.05% from 255) = 35.87%
R=29.70%
G=34.43%
B=35.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072402500.170.0400.02193.9581.1389.61
HexCFF0FA11402c2515a
Octal31736037221402302121132
Binary110011111111000011111010100011000101100001010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF0FA; }

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

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

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

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

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

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

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

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