#CBE2F8

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

Shades of Pattens Blue #CBE2F8

Tints of Pattens Blue #CBE2F8

Color information

#CBE2F8 (or 0xCBE2F8) is unknown color: approx Pattens Blue. HEX triplet: CB, E2 and F8. RGB value is (203,226,248). Sum of RGB (Red+Green+Blue) = 203+226+248=677 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.99% from 677); Green value is 226 (88.67% from 255 or 33.38% from 677); Blue value is 248 (97.27% from 255 or 36.63% from 677); Max value from RGB is 248 - color contains mainly: blue. Hex color #CBE2F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE2F8 is #341D07. Grayscale: #DDDDDD. Windows color (decimal): -3415304 or 16310987. OLE color: 16310987.

HSL color Cylindrical-coordinate representation of color #CBE2F8: hue angle of 209.33º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBE2F8 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB203226248-
CMYK0.180.0900.03
HSL209.33º76.27%88.43%-
HSV(B)209.33º18.15%97.25%-
XYZ68.7773.8799.44-
YUV221.63142.88114.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.99%
GREEN value IS 226 (88.67% from 255) = 33.38%
BLUE value IS 248 (97.27% from 255) = 36.63%
R=29.99%
G=33.38%
B=36.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032262480.180.0900.03209.3376.2788.43
HexCBE2F812903d14c58
Octal313342370221103321114130
Binary1100101111100010111110001001010010111101000110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE2F8; }

 p { color: rgb(203,226,248); }

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

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

 a { background-color: rgb(203,226,248); }

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

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

 span { border-color: rgb(203,226,248); }

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