#CBE5F9

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

Shades of Pattens Blue #CBE5F9

Tints of Pattens Blue #CBE5F9

Color information

#CBE5F9 (or 0xCBE5F9) is unknown color: approx Pattens Blue. HEX triplet: CB, E5 and F9. RGB value is (203,229,249). Sum of RGB (Red+Green+Blue) = 203+229+249=681 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.81% from 681); Green value is 229 (89.84% from 255 or 33.63% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 249 - color contains mainly: blue. Hex color #CBE5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE5F9 is #341A06. Grayscale: #DFDFDF. Windows color (decimal): -3414535 or 16377291. OLE color: 16377291.

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

Color convert

RGB203229249-
CMYK0.180.0800.02
HSL206.09º79.31%88.63%-
HSV(B)206.09º18.47%97.65%-
XYZ69.7575.57100.53-
YUV223.51142.39113.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.81%
GREEN value IS 229 (89.84% from 255) = 33.63%
BLUE value IS 249 (97.66% from 255) = 36.56%
R=29.81%
G=33.63%
B=36.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032292490.180.0800.02206.0979.3188.63
HexCBE5F912802ce4f59
Octal313345371221002316117131
Binary1100101111100101111110011001010000101100111010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE5F9; }

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

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

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

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

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

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

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

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