#CEE5FA

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

Shades of Pattens Blue #CEE5FA

Tints of Pattens Blue #CEE5FA

Color information

#CEE5FA (or 0xCEE5FA) is unknown color: approx Pattens Blue. HEX triplet: CE, E5 and FA. RGB value is (206,229,250). Sum of RGB (Red+Green+Blue) = 206+229+250=685 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.07% from 685); Green value is 229 (89.84% from 255 or 33.43% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEE5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE5FA is #311A05. Grayscale: #E0E0E0. Windows color (decimal): -3217926 or 16442830. OLE color: 16442830.

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

Color convert

RGB206229250-
CMYK0.180.0800.02
HSL208.64º81.48%89.41%-
HSV(B)208.64º17.6%98.04%-
XYZ70.7376.06101.4-
YUV224.52142.38114.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.07%
GREEN value IS 229 (89.84% from 255) = 33.43%
BLUE value IS 250 (98.05% from 255) = 36.50%
R=30.07%
G=33.43%
B=36.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062292500.180.0800.02208.6481.4889.41
HexCEE5FA12802d15159
Octal316345372221002321121131
Binary1100111011100101111110101001010000101101000110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE5FA; }

 p { color: rgb(206,229,250); }

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

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

 a { background-color: rgb(206,229,250); }

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

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

 span { border-color: rgb(206,229,250); }

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