#CFEDFD

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

Shades of Pattens Blue #CFEDFD

Tints of Pattens Blue #CFEDFD

Color information

#CFEDFD (or 0xCFEDFD) is unknown color: approx Pattens Blue. HEX triplet: CF, ED and FD. RGB value is (207,237,253). Sum of RGB (Red+Green+Blue) = 207+237+253=697 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.70% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFEDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEDFD is #301202. Grayscale: #E5E5E5. Windows color (decimal): -3150339 or 16641487. OLE color: 16641487.

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

Color convert

RGB207237253-
CMYK0.180.0600.01
HSL200.87º92%90.2%-
HSV(B)200.87º18.18%99.22%-
XYZ73.7580.93104.66-
YUV229.85141.06111.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.70%
GREEN value IS 237 (92.97% from 255) = 34.00%
BLUE value IS 253 (99.22% from 255) = 36.30%
R=29.70%
G=34.00%
B=36.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072372530.180.0600.01200.879290.2
HexCFEDFD12601c95c5a
Octal31735537522601311134132
Binary11001111111011011111110110010110011100100110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEDFD; }

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

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

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

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

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

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

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

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