Html Css Color HEX #73B2EF Jordy Blue

📋 copy color: '#73B2EF'

red 115 ◦ green 178 ◦ blue 239

#73B2EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #73B2EF

Tints of Jordy Blue #73B2EF

RGB

 RED value IS 115 (45.31% from 255) = 21.62%

 GREEN value IS 178 (69.92% from 255) = 33.46%

 BLUE value IS 239 (93.75% from 255) = 44.92%

R = 21.62%
G = 33.46%
B = 44.92%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#73B2EF (or 0x73B2EF) is known color: Jordy Blue. HEX triplet: 73, B2 and EF. RGB value is (115,178,239). Sum of RGB (Red+Green+Blue) = 115+178+239=532 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.62% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #73B2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73B2EF is #8C4D10. Grayscale: #A5A5A5. Windows color (decimal): -9194769 or 15708787. OLE color: 15708787.

HSL color Cylindrical-coordinate representation of color #73B2EF: hue angle of 209.52º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73B2EF is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 178 239 -
CMYK 0.52 0.26 0 0.06
HSL 209.52º 0.79% 0.69% -
HSV(B) 209.52º 0.52% 0.94% -
XYZ 38.57 41.72 87.68 -
YUV 166.12 169.13 91.54 -
System Red Green Blue C M Y K H S L
Decimal 115 178 239 0.52 0.26 0 0.06 209.52 0.79 0.69
Hex 73 B2 EF 34 1A 0 6 D2 4F 45
Octal 163 262 357 64 32 0 6 322 117 105
Binary 1110011 10110010 11101111 110100 11010 0 110 11010010 1001111 1000101

Color Harmonies of #73B2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B2EF

Black with #73B2EF

Text Example


Text Example

White with #73B2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73B2EF; }

 p { color: rgb(115,178,239); }

 H1.HeaderClassName
 {
   color: #73B2EF;
 }
 .AnyTagClassName
 {
   color: #73B2EF;
 }
</style>

background-color css

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

 a { background-color: rgb(115,178,239); }

 div.DivClassName
 {
   background-color: #73B2EF;
 }
 .BgClassName
 {
   background-color: #73B2EF;
 }
</style>

border-color css

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

 span { border-color: rgb(115,178,239); }

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