#CDEBFE

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

Shades of Pattens Blue #CDEBFE

Tints of Pattens Blue #CDEBFE

Color information

#CDEBFE (or 0xCDEBFE) is unknown color: approx Pattens Blue. HEX triplet: CD, EB and FE. RGB value is (205,235,254). Sum of RGB (Red+Green+Blue) = 205+235+254=694 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.54% from 694); Green value is 235 (92.19% from 255 or 33.86% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDEBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEBFE is #321401. Grayscale: #E4E4E4. Windows color (decimal): -3281922 or 16706509. OLE color: 16706509.

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

Color convert

RGB205235254-
CMYK0.190.0700.00
HSL203.27º96.08%90%-
HSV(B)203.27º19.29%99.61%-
XYZ72.7779.55105.29-
YUV228.2142.56111.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.54%
GREEN value IS 235 (92.19% from 255) = 33.86%
BLUE value IS 254 (99.61% from 255) = 36.60%
R=29.54%
G=33.86%
B=36.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052352540.190.0700.00203.2796.0890
HexCDEBFE13700cb605a
Octal31535337623700313140132
Binary11001101111010111111111010011111001100101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBFE; }

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

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

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

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

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

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

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

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