Html Css Color HEX #7BA6EF Jordy Blue

📋 copy color: '#7BA6EF'

red 123 ◦ green 166 ◦ blue 239

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

Shades of Jordy Blue #7BA6EF

Tints of Jordy Blue #7BA6EF

RGB

 RED value IS 123 (48.44% from 255) = 23.3%

 GREEN value IS 166 (65.23% from 255) = 31.44%

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

R = 23.3%
G = 31.44%
B = 45.27%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7BA6EF (or 0x7BA6EF) is known color: Jordy Blue. HEX triplet: 7B, A6 and EF. RGB value is (123,166,239). Sum of RGB (Red+Green+Blue) = 123+166+239=528 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.30% from 528); Green value is 166 (65.23% from 255 or 31.44% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #7BA6EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA6EF is #845910. Grayscale: #A1A1A1. Windows color (decimal): -8673553 or 15705723. OLE color: 15705723.

HSL color Cylindrical-coordinate representation of color #7BA6EF: hue angle of 217.76º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BA6EF is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 123 166 239 -
CMYK 0.49 0.31 0 0.06
HSL 217.76º 0.78% 0.71% -
HSV(B) 217.76º 0.49% 0.94% -
XYZ 37.38 37.72 86.97 -
YUV 161.47 171.75 100.56 -
System Red Green Blue C M Y K H S L
Decimal 123 166 239 0.49 0.31 0 0.06 217.76 0.78 0.71
Hex 7B A6 EF 31 1F 0 6 DA 4E 47
Octal 173 246 357 61 37 0 6 332 116 107
Binary 1111011 10100110 11101111 110001 11111 0 110 11011010 1001110 1000111

Color Harmonies of #7BA6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA6EF

Black with #7BA6EF

Text Example


Text Example

White with #7BA6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BA6EF; }

 p { color: rgb(123,166,239); }

 H1.HeaderClassName
 {
   color: #7BA6EF;
 }
 .AnyTagClassName
 {
   color: #7BA6EF;
 }
</style>

background-color css

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

 a { background-color: rgb(123,166,239); }

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

border-color css

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

 span { border-color: rgb(123,166,239); }

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