#CDEAFF

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

Shades of Pattens Blue #CDEAFF

Tints of Pattens Blue #CDEAFF

Color information

#CDEAFF (or 0xCDEAFF) is unknown color: approx Pattens Blue. HEX triplet: CD, EA and FF. RGB value is (205,234,255). Sum of RGB (Red+Green+Blue) = 205+234+255=694 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.54% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDEAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEAFF is #321500. Grayscale: #E3E3E3. Windows color (decimal): -3282177 or 16771789. OLE color: 16771789.

HSL color Cylindrical-coordinate representation of color #CDEAFF: hue angle of 205.2º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDEAFF is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB205234255-
CMYK0.200.0800
HSL205.2º100%90.2%-
HSV(B)205.2º19.61%100%-
XYZ72.6579.04106.04-
YUV227.72143.39111.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.54%
GREEN value IS 234 (91.80% from 255) = 33.72%
BLUE value IS 255 (100% from 255) = 36.74%
R=29.54%
G=33.72%
B=36.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052342550.200.0800205.210090.2
HexCDEAFF14800cd645a
Octal315352377241000315144132
Binary110011011110101011111111101001000001100110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEAFF; }

 p { color: rgb(205,234,255); }

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

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

 a { background-color: rgb(205,234,255); }

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

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

 span { border-color: rgb(205,234,255); }

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