#CBEAF7

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

Shades of Pattens Blue #CBEAF7

Tints of Pattens Blue #CBEAF7

Color information

#CBEAF7 (or 0xCBEAF7) is unknown color: approx Pattens Blue. HEX triplet: CB, EA and F7. RGB value is (203,234,247). Sum of RGB (Red+Green+Blue) = 203+234+247=684 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.68% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 247 (96.88% from 255 or 36.11% from 684); Max value from RGB is 247 - color contains mainly: blue. Hex color #CBEAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEAF7 is #341508. Grayscale: #E2E2E2. Windows color (decimal): -3413257 or 16247499. OLE color: 16247499.

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

Color convert

RGB203234247-
CMYK0.180.0500.03
HSL197.73º73.33%88.24%-
HSV(B)197.73º17.81%96.86%-
XYZ70.8478.2699.37-
YUV226.21139.73111.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.68%
GREEN value IS 234 (91.80% from 255) = 34.21%
BLUE value IS 247 (96.88% from 255) = 36.11%
R=29.68%
G=34.21%
B=36.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032342470.180.0500.03197.7373.3388.24
HexCBEAF712503c64958
Octal31335236722503306111130
Binary110010111110101011110111100101010111100011010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEAF7; }

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

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

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

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

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

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

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

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