#CFF1FD

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

Shades of Pattens Blue #CFF1FD

Tints of Pattens Blue #CFF1FD

Color information

#CFF1FD (or 0xCFF1FD) is unknown color: approx Pattens Blue. HEX triplet: CF, F1 and FD. RGB value is (207,241,253). Sum of RGB (Red+Green+Blue) = 207+241+253=701 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.53% from 701); Green value is 241 (94.53% from 255 or 34.38% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFF1FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF1FD is #300E02. Grayscale: #E8E8E8. Windows color (decimal): -3149315 or 16642511. OLE color: 16642511.

HSL color Cylindrical-coordinate representation of color #CFF1FD: hue angle of 195.65º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFF1FD is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207241253-
CMYK0.180.0500.01
HSL195.65º92%90.2%-
HSV(B)195.65º18.18%99.22%-
XYZ74.9283.27105.05-
YUV232.2139.74110.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.53%
GREEN value IS 241 (94.53% from 255) = 34.38%
BLUE value IS 253 (99.22% from 255) = 36.09%
R=29.53%
G=34.38%
B=36.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072412530.180.0500.01195.659290.2
HexCFF1FD12501c45c5a
Octal31736137522501304134132
Binary11001111111100011111110110010101011100010010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF1FD; }

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

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

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

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

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

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

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

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