#CDF5FF

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

Shades of Pattens Blue #CDF5FF

Tints of Pattens Blue #CDF5FF

Color information

#CDF5FF (or 0xCDF5FF) is unknown color: approx Pattens Blue. HEX triplet: CD, F5 and FF. RGB value is (205,245,255). Sum of RGB (Red+Green+Blue) = 205+245+255=705 (93% of max value = 765). Red value is 205 (80.47% from 255 or 29.08% from 705); Green value is 245 (96.09% from 255 or 34.75% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDF5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF5FF is #320A00. Grayscale: #EAEAEA. Windows color (decimal): -3279361 or 16774605. OLE color: 16774605.

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

Color convert

RGB205245255-
CMYK0.200.0400
HSL192º100%90.2%-
HSV(B)192º19.61%100%-
XYZ75.8885.5107.11-
YUV234.18139.75107.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.08%
GREEN value IS 245 (96.09% from 255) = 34.75%
BLUE value IS 255 (100% from 255) = 36.17%
R=29.08%
G=34.75%
B=36.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052452550.200.040019210090.2
HexCDF5FF14400c0645a
Octal31536537724400300144132
Binary11001101111101011111111110100100001100000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF5FF; }

 p { color: rgb(205,245,255); }

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

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

 a { background-color: rgb(205,245,255); }

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

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

 span { border-color: rgb(205,245,255); }

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