#72b0e5

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

Shades of Jordy Blue #72B0E5

Tints of Jordy Blue #72B0E5

Color information

#72B0E5 (or 0x72B0E5) is unknown color: approx Jordy Blue. HEX triplet: 72, B0 and E5. RGB value is (114,176,229). Sum of RGB (Red+Green+Blue) = 114+176+229=519 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.97% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 229 - color contains mainly: blue. Hex color #72B0E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72B0E5 is #8D4F1A. Grayscale: #A3A3A3. Windows color (decimal): -9260827 or 15052914. OLE color: 15052914.

HSL color Cylindrical-coordinate representation of color #72B0E5: hue angle of 207.65º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72B0E5 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB114176229-
CMYK0.500.2300.10
HSL207.65º68.86%67.25%-
HSV(B)207.65º50.22%89.8%-
XYZ36.6140.2979.98-
YUV163.5164.9692.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.97%
GREEN value IS 176 (69.14% from 255) = 33.91%
BLUE value IS 229 (89.84% from 255) = 44.12%
R=21.97%
G=33.91%
B=44.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1141762290.500.2300.10207.6568.8667.25
Hex72B0E532170Ad04543
Octal1622603456227012320105103
Binary1110010101100001110010111001010111010101101000010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72b0e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72b0e5; }

 p { color: rgb(114,176,229); }

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

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

 a { background-color: rgb(114,176,229); }

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

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

 span { border-color: rgb(114,176,229); }

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