Html Css Color HEX #7BACEE Jordy Blue

📋 copy color: '#7BACEE'

red 123 ◦ green 172 ◦ blue 238

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

Shades of Jordy Blue #7BACEE

Tints of Jordy Blue #7BACEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.65%

R = 23.08%
G = 32.27%
B = 44.65%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7BACEE (or 0x7BACEE) is known color: Jordy Blue. HEX triplet: 7B, AC and EE. RGB value is (123,172,238). Sum of RGB (Red+Green+Blue) = 123+172+238=533 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.08% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #7BACEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BACEE is #845311. Grayscale: #A4A4A4. Windows color (decimal): -8672018 or 15641723. OLE color: 15641723.

HSL color Cylindrical-coordinate representation of color #7BACEE: hue angle of 214.43º degrees, saturation: 0.77, 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 #7BACEE is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 172 238 -
CMYK 0.48 0.28 0 0.07
HSL 214.43º 0.77% 0.71% -
HSV(B) 214.43º 0.48% 0.93% -
XYZ 38.35 39.89 86.57 -
YUV 164.87 169.27 98.13 -
System Red Green Blue C M Y K H S L
Decimal 123 172 238 0.48 0.28 0 0.07 214.43 0.77 0.71
Hex 7B AC EE 30 1C 0 7 D6 4D 47
Octal 173 254 356 60 34 0 7 326 115 107
Binary 1111011 10101100 11101110 110000 11100 0 111 11010110 1001101 1000111

Color Harmonies of #7BACEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BACEE

Black with #7BACEE

Text Example


Text Example

White with #7BACEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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