#CBEAF8

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

Shades of Pattens Blue #CBEAF8

Tints of Pattens Blue #CBEAF8

Color information

#CBEAF8 (or 0xCBEAF8) is unknown color: approx Pattens Blue. HEX triplet: CB, EA and F8. RGB value is (203,234,248). Sum of RGB (Red+Green+Blue) = 203+234+248=685 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.64% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 248 - color contains mainly: blue. Hex color #CBEAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEAF8 is #341507. Grayscale: #E2E2E2. Windows color (decimal): -3413256 or 16313035. OLE color: 16313035.

HSL color Cylindrical-coordinate representation of color #CBEAF8: hue angle of 198.67º 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 #CBEAF8 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB203234248-
CMYK0.180.0600.03
HSL198.67º76.27%88.43%-
HSV(B)198.67º18.15%97.25%-
XYZ70.9978.32100.18-
YUV226.33140.23111.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.64%
GREEN value IS 234 (91.80% from 255) = 34.16%
BLUE value IS 248 (97.27% from 255) = 36.20%
R=29.64%
G=34.16%
B=36.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032342480.180.0600.03198.6776.2788.43
HexCBEAF812603c74c58
Octal31335237022603307114130
Binary110010111110101011111000100101100111100011110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEAF8; }

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

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

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

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

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

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

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

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