#CDEBF9

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

Shades of Pattens Blue #CDEBF9

Tints of Pattens Blue #CDEBF9

Color information

#CDEBF9 (or 0xCDEBF9) is unknown color: approx Pattens Blue. HEX triplet: CD, EB and F9. RGB value is (205,235,249). Sum of RGB (Red+Green+Blue) = 205+235+249=689 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.75% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDEBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEBF9 is #321406. Grayscale: #E3E3E3. Windows color (decimal): -3281927 or 16378829. OLE color: 16378829.

HSL color Cylindrical-coordinate representation of color #CDEBF9: hue angle of 199.09º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDEBF9 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205235249-
CMYK0.180.0600.02
HSL199.09º78.57%89.02%-
HSV(B)199.09º17.67%97.65%-
XYZ71.9879.24101.12-
YUV227.63140.06111.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.75%
GREEN value IS 235 (92.19% from 255) = 34.11%
BLUE value IS 249 (97.66% from 255) = 36.14%
R=29.75%
G=34.11%
B=36.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052352490.180.0600.02199.0978.5789.02
HexCDEBF912602c74f59
Octal31535337122602307117131
Binary110011011110101111111001100101100101100011110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBF9; }

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

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

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

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

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

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

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

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