#CBEDF9

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

Shades of Pattens Blue #CBEDF9

Tints of Pattens Blue #CBEDF9

Color information

#CBEDF9 (or 0xCBEDF9) is unknown color: approx Pattens Blue. HEX triplet: CB, ED and F9. RGB value is (203,237,249). Sum of RGB (Red+Green+Blue) = 203+237+249=689 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.46% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 249 - color contains mainly: blue. Hex color #CBEDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEDF9 is #341206. Grayscale: #E4E4E4. Windows color (decimal): -3412487 or 16379339. OLE color: 16379339.

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

Color convert

RGB203237249-
CMYK0.180.0500.02
HSL195.65º79.31%88.63%-
HSV(B)195.65º18.47%97.65%-
XYZ72.0180.1101.29-
YUV228.2139.74110.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.46%
GREEN value IS 237 (92.97% from 255) = 34.40%
BLUE value IS 249 (97.66% from 255) = 36.14%
R=29.46%
G=34.40%
B=36.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032372490.180.0500.02195.6579.3188.63
HexCBEDF912502c44f59
Octal31335537122502304117131
Binary110010111110110111111001100101010101100010010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDF9; }

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

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

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

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

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

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

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

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