#CEE3FB

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

Shades of Pattens Blue #CEE3FB

Tints of Pattens Blue #CEE3FB

Color information

#CEE3FB (or 0xCEE3FB) is unknown color: approx Pattens Blue. HEX triplet: CE, E3 and FB. RGB value is (206,227,251). Sum of RGB (Red+Green+Blue) = 206+227+251=684 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.12% from 684); Green value is 227 (89.06% from 255 or 33.19% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEE3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE3FB is #311C04. Grayscale: #DFDFDF. Windows color (decimal): -3218437 or 16507854. OLE color: 16507854.

HSL color Cylindrical-coordinate representation of color #CEE3FB: hue angle of 212º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEE3FB is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206227251-
CMYK0.180.1000.02
HSL212º84.91%89.61%-
HSV(B)212º17.93%98.43%-
XYZ70.3475.03102.04-
YUV223.46143.54115.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.12%
GREEN value IS 227 (89.06% from 255) = 33.19%
BLUE value IS 251 (98.44% from 255) = 36.70%
R=30.12%
G=33.19%
B=36.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062272510.180.1000.0221284.9189.61
HexCEE3FB12A02d4555a
Octal316343373221202324125132
Binary1100111011100011111110111001010100101101010010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE3FB; }

 p { color: rgb(206,227,251); }

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

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

 a { background-color: rgb(206,227,251); }

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

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

 span { border-color: rgb(206,227,251); }

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