#CDF4FE

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

Shades of Pattens Blue #CDF4FE

Tints of Pattens Blue #CDF4FE

Color information

#CDF4FE (or 0xCDF4FE) is unknown color: approx Pattens Blue. HEX triplet: CD, F4 and FE. RGB value is (205,244,254). Sum of RGB (Red+Green+Blue) = 205+244+254=703 (93% of max value = 765). Red value is 205 (80.47% from 255 or 29.16% from 703); Green value is 244 (95.70% from 255 or 34.71% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDF4FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF4FE is #320B01. Grayscale: #E9E9E9. Windows color (decimal): -3279618 or 16708813. OLE color: 16708813.

HSL color Cylindrical-coordinate representation of color #CDF4FE: hue angle of 192.24º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDF4FE is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB205244254-
CMYK0.190.0400.00
HSL192.24º96.08%90%-
HSV(B)192.24º19.29%99.61%-
XYZ75.4284.84106.17-
YUV233.48139.58107.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.16%
GREEN value IS 244 (95.70% from 255) = 34.71%
BLUE value IS 254 (99.61% from 255) = 36.13%
R=29.16%
G=34.71%
B=36.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052442540.190.0400.00192.2496.0890
HexCDF4FE13400c0605a
Octal31536437623400300140132
Binary11001101111101001111111010011100001100000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF4FE; }

 p { color: rgb(205,244,254); }

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

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

 a { background-color: rgb(205,244,254); }

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

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

 span { border-color: rgb(205,244,254); }

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