#CDF2FF

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

Shades of Pattens Blue #CDF2FF

Tints of Pattens Blue #CDF2FF

Color information

#CDF2FF (or 0xCDF2FF) is unknown color: approx Pattens Blue. HEX triplet: CD, F2 and FF. RGB value is (205,242,255). Sum of RGB (Red+Green+Blue) = 205+242+255=702 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.20% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDF2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF2FF is #320D00. Grayscale: #E8E8E8. Windows color (decimal): -3280129 or 16773837. OLE color: 16773837.

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

Color convert

RGB205242255-
CMYK0.200.0500
HSL195.6º100%90.2%-
HSV(B)195.6º19.61%100%-
XYZ74.9883.7106.81-
YUV232.42140.74108.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.20%
GREEN value IS 242 (94.92% from 255) = 34.47%
BLUE value IS 255 (100% from 255) = 36.32%
R=29.20%
G=34.47%
B=36.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052422550.200.0500195.610090.2
HexCDF2FF14500c4645a
Octal31536237724500304144132
Binary11001101111100101111111110100101001100010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF2FF; }

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

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

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

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

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

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

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

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