#CDEBF5

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

Shades of Pattens Blue #CDEBF5

Tints of Pattens Blue #CDEBF5

Color information

#CDEBF5 (or 0xCDEBF5) is unknown color: approx Pattens Blue. HEX triplet: CD, EB and F5. RGB value is (205,235,245). Sum of RGB (Red+Green+Blue) = 205+235+245=685 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.93% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 245 - color contains mainly: blue. Hex color #CDEBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEBF5 is #32140A. Grayscale: #E3E3E3. Windows color (decimal): -3281931 or 16116685. OLE color: 16116685.

HSL color Cylindrical-coordinate representation of color #CDEBF5: hue angle of 195º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDEBF5 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205235245-
CMYK0.160.0400.04
HSL195º66.67%88.24%-
HSV(B)195º16.33%96.08%-
XYZ71.3778.9997.87-
YUV227.17138.06112.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.93%
GREEN value IS 235 (92.19% from 255) = 34.31%
BLUE value IS 245 (96.09% from 255) = 35.77%
R=29.93%
G=34.31%
B=35.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052352450.160.0400.0419566.6788.24
HexCDEBF510404c34358
Octal31535336520404303103130
Binary1100110111101011111101011000010001001100001110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBF5; }

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

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

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

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

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

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

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

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