Html Css Color HEX #7BB1EF Jordy Blue

📋 copy color: '#7BB1EF'

red 123 ◦ green 177 ◦ blue 239

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

Shades of Jordy Blue #7BB1EF

Tints of Jordy Blue #7BB1EF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.84%

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

R = 22.82%
G = 32.84%
B = 44.34%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7BB1EF (or 0x7BB1EF) is known color: Jordy Blue. HEX triplet: 7B, B1 and EF. RGB value is (123,177,239). Sum of RGB (Red+Green+Blue) = 123+177+239=539 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.82% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #7BB1EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BB1EF is #844E10. Grayscale: #A7A7A7. Windows color (decimal): -8670737 or 15708539. OLE color: 15708539.

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

Color convert

RGB 123 177 239 -
CMYK 0.49 0.26 0 0.06
HSL 212.07º 0.78% 0.71% -
HSV(B) 212.07º 0.49% 0.94% -
XYZ 39.47 41.89 87.67 -
YUV 167.92 168.11 95.96 -
System Red Green Blue C M Y K H S L
Decimal 123 177 239 0.49 0.26 0 0.06 212.07 0.78 0.71
Hex 7B B1 EF 31 1A 0 6 D4 4E 47
Octal 173 261 357 61 32 0 6 324 116 107
Binary 1111011 10110001 11101111 110001 11010 0 110 11010100 1001110 1000111

Color Harmonies of #7BB1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB1EF

Black with #7BB1EF

Text Example


Text Example

White with #7BB1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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