Html Css Color HEX #7BB7ED Jordy Blue

📋 copy color: '#7BB7ED'

red 123 ◦ green 183 ◦ blue 237

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

Shades of Jordy Blue #7BB7ED

Tints of Jordy Blue #7BB7ED

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.7%

 BLUE value IS 237 (92.97% from 255) = 43.65%

R = 22.65%
G = 33.7%
B = 43.65%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7BB7ED (or 0x7BB7ED) is known color: Jordy Blue. HEX triplet: 7B, B7 and ED. RGB value is (123,183,237). Sum of RGB (Red+Green+Blue) = 123+183+237=543 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.65% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #7BB7ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BB7ED is #844812. Grayscale: #AAAAAA. Windows color (decimal): -8669203 or 15579003. OLE color: 15579003.

HSL color Cylindrical-coordinate representation of color #7BB7ED: hue angle of 208.42º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BB7ED is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 183 237 -
CMYK 0.48 0.23 0 0.07
HSL 208.42º 0.76% 0.71% -
HSV(B) 208.42º 0.48% 0.93% -
XYZ 40.39 44.19 86.52 -
YUV 171.22 165.12 93.61 -
System Red Green Blue C M Y K H S L
Decimal 123 183 237 0.48 0.23 0 0.07 208.42 0.76 0.71
Hex 7B B7 ED 30 17 0 7 D0 4C 47
Octal 173 267 355 60 27 0 7 320 114 107
Binary 1111011 10110111 11101101 110000 10111 0 111 11010000 1001100 1000111

Color Harmonies of #7BB7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB7ED

Black with #7BB7ED

Text Example


Text Example

White with #7BB7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,183,237); }

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

background-color css

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

 a { background-color: rgb(123,183,237); }

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

border-color css

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

 span { border-color: rgb(123,183,237); }

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