#CDEBFD

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

Shades of Pattens Blue #CDEBFD

Tints of Pattens Blue #CDEBFD

Color information

#CDEBFD (or 0xCDEBFD) is unknown color: approx Pattens Blue. HEX triplet: CD, EB and FD. RGB value is (205,235,253). Sum of RGB (Red+Green+Blue) = 205+235+253=693 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.58% from 693); Green value is 235 (92.19% from 255 or 33.91% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDEBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEBFD is #321402. Grayscale: #E3E3E3. Windows color (decimal): -3281923 or 16640973. OLE color: 16640973.

HSL color Cylindrical-coordinate representation of color #CDEBFD: hue angle of 202.5º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDEBFD is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205235253-
CMYK0.190.0700.01
HSL202.5º92.31%89.8%-
HSV(B)202.5º18.97%99.22%-
XYZ72.6179.49104.44-
YUV228.08142.06111.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.58%
GREEN value IS 235 (92.19% from 255) = 33.91%
BLUE value IS 253 (99.22% from 255) = 36.51%
R=29.58%
G=33.91%
B=36.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052352530.190.0700.01202.592.3189.8
HexCDEBFD13701ca5c5a
Octal31535337523701312134132
Binary11001101111010111111110110011111011100101010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBFD; }

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

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

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

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

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

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

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

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