#CFF3FD

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

Shades of Pattens Blue #CFF3FD

Tints of Pattens Blue #CFF3FD

Color information

#CFF3FD (or 0xCFF3FD) is unknown color: approx Pattens Blue. HEX triplet: CF, F3 and FD. RGB value is (207,243,253). Sum of RGB (Red+Green+Blue) = 207+243+253=703 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.45% from 703); Green value is 243 (95.31% from 255 or 34.57% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFF3FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF3FD is #300C02. Grayscale: #E9E9E9. Windows color (decimal): -3148803 or 16643023. OLE color: 16643023.

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

Color convert

RGB207243253-
CMYK0.180.0400.01
HSL193.04º92%90.2%-
HSV(B)193.04º18.18%99.22%-
XYZ75.5184.46105.25-
YUV233.38139.07109.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.45%
GREEN value IS 243 (95.31% from 255) = 34.57%
BLUE value IS 253 (99.22% from 255) = 35.99%
R=29.45%
G=34.57%
B=35.99%

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
Decimal2072432530.180.0400.01193.049290.2
HexCFF3FD12401c15c5a
Octal31736337522401301134132
Binary11001111111100111111110110010100011100000110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF3FD; }

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

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

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

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

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

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

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

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