#CBEDF8

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

Shades of Pattens Blue #CBEDF8

Tints of Pattens Blue #CBEDF8

Color information

#CBEDF8 (or 0xCBEDF8) is unknown color: approx Pattens Blue. HEX triplet: CB, ED and F8. RGB value is (203,237,248). Sum of RGB (Red+Green+Blue) = 203+237+248=688 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.51% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 248 (97.27% from 255 or 36.05% from 688); Max value from RGB is 248 - color contains mainly: blue. Hex color #CBEDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEDF8 is #341207. Grayscale: #E4E4E4. Windows color (decimal): -3412488 or 16313803. OLE color: 16313803.

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

Color convert

RGB203237248-
CMYK0.180.0400.03
HSL194.67º76.27%88.43%-
HSV(B)194.67º18.15%97.25%-
XYZ71.8680.04100.47-
YUV228.09139.24110.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.51%
GREEN value IS 237 (92.97% from 255) = 34.45%
BLUE value IS 248 (97.27% from 255) = 36.05%
R=29.51%
G=34.45%
B=36.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032372480.180.0400.03194.6776.2788.43
HexCBEDF812403c34c58
Octal31335537022403303114130
Binary110010111110110111111000100101000111100001110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDF8; }

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

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

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

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

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

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

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

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