#CEEAFF

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

Shades of Pattens Blue #CEEAFF

Tints of Pattens Blue #CEEAFF

Color information

#CEEAFF (or 0xCEEAFF) is unknown color: approx Pattens Blue. HEX triplet: CE, EA and FF. RGB value is (206,234,255). Sum of RGB (Red+Green+Blue) = 206+234+255=695 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.64% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEEAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEAFF is #311500. Grayscale: #E3E3E3. Windows color (decimal): -3216641 or 16771790. OLE color: 16771790.

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

Color convert

RGB206234255-
CMYK0.190.0800
HSL205.71º100%90.39%-
HSV(B)205.71º19.22%100%-
XYZ72.9379.19106.05-
YUV228.02143.22112.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.64%
GREEN value IS 234 (91.80% from 255) = 33.67%
BLUE value IS 255 (100% from 255) = 36.69%
R=29.64%
G=33.67%
B=36.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062342550.190.0800205.7110090.39
HexCEEAFF13800ce645a
Octal316352377231000316144132
Binary110011101110101011111111100111000001100111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEAFF; }

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

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

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

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

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

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

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

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