Html Css Color HEX #7BACEB Jordy Blue

📋 copy color: '#7BACEB'

red 123 ◦ green 172 ◦ blue 235

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

Shades of Jordy Blue #7BACEB

Tints of Jordy Blue #7BACEB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.45%

 BLUE value IS 235 (92.19% from 255) = 44.34%

R = 23.21%
G = 32.45%
B = 44.34%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7BACEB (or 0x7BACEB) is known color: Jordy Blue. HEX triplet: 7B, AC and EB. RGB value is (123,172,235). Sum of RGB (Red+Green+Blue) = 123+172+235=530 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.21% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #7BACEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BACEB is #845314. Grayscale: #A4A4A4. Windows color (decimal): -8672021 or 15445115. OLE color: 15445115.

HSL color Cylindrical-coordinate representation of color #7BACEB: hue angle of 213.75º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BACEB is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 172 235 -
CMYK 0.48 0.27 0 0.08
HSL 213.75º 0.74% 0.7% -
HSV(B) 213.75º 0.48% 0.92% -
XYZ 37.92 39.71 84.26 -
YUV 164.53 167.77 98.38 -
System Red Green Blue C M Y K H S L
Decimal 123 172 235 0.48 0.27 0 0.08 213.75 0.74 0.7
Hex 7B AC EB 30 1B 0 8 D6 4A 46
Octal 173 254 353 60 33 0 10 326 112 106
Binary 1111011 10101100 11101011 110000 11011 0 1000 11010110 1001010 1000110

Color Harmonies of #7BACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BACEB

Black with #7BACEB

Text Example


Text Example

White with #7BACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,172,235); }

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

background-color css

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

 a { background-color: rgb(123,172,235); }

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

border-color css

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

 span { border-color: rgb(123,172,235); }

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