#CFF4FD

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

Shades of Pattens Blue #CFF4FD

Tints of Pattens Blue #CFF4FD

Color information

#CFF4FD (or 0xCFF4FD) is unknown color: approx Pattens Blue. HEX triplet: CF, F4 and FD. RGB value is (207,244,253). Sum of RGB (Red+Green+Blue) = 207+244+253=704 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.40% from 704); Green value is 244 (95.70% from 255 or 34.66% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFF4FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF4FD is #300B02. Grayscale: #E9E9E9. Windows color (decimal): -3148547 or 16643279. OLE color: 16643279.

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

Color convert

RGB207244253-
CMYK0.180.0400.01
HSL191.74º92%90.2%-
HSV(B)191.74º18.18%99.22%-
XYZ75.8185.06105.35-
YUV233.96138.74108.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.40%
GREEN value IS 244 (95.70% from 255) = 34.66%
BLUE value IS 253 (99.22% from 255) = 35.94%
R=29.40%
G=34.66%
B=35.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072442530.180.0400.01191.749290.2
HexCFF4FD12401c05c5a
Octal31736437522401300134132
Binary11001111111101001111110110010100011100000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF4FD; }

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

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

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

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

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

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

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

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