#CDEBFB

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

Shades of Pattens Blue #CDEBFB

Tints of Pattens Blue #CDEBFB

Color information

#CDEBFB (or 0xCDEBFB) is unknown color: approx Pattens Blue. HEX triplet: CD, EB and FB. RGB value is (205,235,251). Sum of RGB (Red+Green+Blue) = 205+235+251=691 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.67% from 691); Green value is 235 (92.19% from 255 or 34.01% from 691); Blue value is 251 (98.44% from 255 or 36.32% from 691); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDEBFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEBFB is #321404. Grayscale: #E3E3E3. Windows color (decimal): -3281925 or 16509901. OLE color: 16509901.

HSL color Cylindrical-coordinate representation of color #CDEBFB: hue angle of 200.87º degrees, saturation: 0.85, 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 #CDEBFB is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205235251-
CMYK0.180.0600.02
HSL200.87º85.19%89.41%-
HSV(B)200.87º18.33%98.43%-
XYZ72.379.36102.77-
YUV227.85141.06111.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.67%
GREEN value IS 235 (92.19% from 255) = 34.01%
BLUE value IS 251 (98.44% from 255) = 36.32%
R=29.67%
G=34.01%
B=36.32%

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
Decimal2052352510.180.0600.02200.8785.1989.41
HexCDEBFB12602c95559
Octal31535337322602311125131
Binary110011011110101111111011100101100101100100110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBFB; }

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

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

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

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

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

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

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

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