#CDF1FF

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

Shades of Pattens Blue #CDF1FF

Tints of Pattens Blue #CDF1FF

Color information

#CDF1FF (or 0xCDF1FF) is unknown color: approx Pattens Blue. HEX triplet: CD, F1 and FF. RGB value is (205,241,255). Sum of RGB (Red+Green+Blue) = 205+241+255=701 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.24% from 701); Green value is 241 (94.53% from 255 or 34.38% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDF1FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF1FF is #320E00. Grayscale: #E7E7E7. Windows color (decimal): -3280385 or 16773581. OLE color: 16773581.

HSL color Cylindrical-coordinate representation of color #CDF1FF: hue angle of 196.8º 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 #CDF1FF is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB205241255-
CMYK0.200.0500
HSL196.8º100%90.2%-
HSV(B)196.8º19.61%100%-
XYZ74.6883.11106.71-
YUV231.83141.07108.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.24%
GREEN value IS 241 (94.53% from 255) = 34.38%
BLUE value IS 255 (100% from 255) = 36.38%
R=29.24%
G=34.38%
B=36.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052412550.200.0500196.810090.2
HexCDF1FF14500c5645a
Octal31536137724500305144132
Binary11001101111100011111111110100101001100010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF1FF; }

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

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

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

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

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

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

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

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