Html Css Color HEX #7BB6EF Jordy Blue

📋 copy color: '#7BB6EF'

red 123 ◦ green 182 ◦ blue 239

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

Shades of Jordy Blue #7BB6EF

Tints of Jordy Blue #7BB6EF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.46%

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

R = 22.61%
G = 33.46%
B = 43.93%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7BB6EF (or 0x7BB6EF) is known color: Jordy Blue. HEX triplet: 7B, B6 and EF. RGB value is (123,182,239). Sum of RGB (Red+Green+Blue) = 123+182+239=544 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.61% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #7BB6EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BB6EF is #844910. Grayscale: #AAAAAA. Windows color (decimal): -8669457 or 15709819. OLE color: 15709819.

HSL color Cylindrical-coordinate representation of color #7BB6EF: hue angle of 209.48º 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 #7BB6EF is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 123 182 239 -
CMYK 0.49 0.24 0 0.06
HSL 209.48º 0.78% 0.71% -
HSV(B) 209.48º 0.49% 0.94% -
XYZ 40.48 43.9 88 -
YUV 170.86 166.45 93.87 -
System Red Green Blue C M Y K H S L
Decimal 123 182 239 0.49 0.24 0 0.06 209.48 0.78 0.71
Hex 7B B6 EF 31 18 0 6 D1 4E 47
Octal 173 266 357 61 30 0 6 321 116 107
Binary 1111011 10110110 11101111 110001 11000 0 110 11010001 1001110 1000111

Color Harmonies of #7BB6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB6EF

Black with #7BB6EF

Text Example


Text Example

White with #7BB6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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