Html Css Color HEX #7BAEDB Jordy Blue

📋 copy color: '#7BAEDB'

red 123 ◦ green 174 ◦ blue 219

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

Shades of Jordy Blue #7BAEDB

Tints of Jordy Blue #7BAEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.72%

 BLUE value IS 219 (85.94% from 255) = 42.44%

R = 23.84%
G = 33.72%
B = 42.44%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7BAEDB (or 0x7BAEDB) is known color: Jordy Blue. HEX triplet: 7B, AE and DB. RGB value is (123,174,219). Sum of RGB (Red+Green+Blue) = 123+174+219=516 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.84% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #7BAEDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAEDB is #845124. Grayscale: #A3A3A3. Windows color (decimal): -8671525 or 14397051. OLE color: 14397051.

HSL color Cylindrical-coordinate representation of color #7BAEDB: hue angle of 208.12º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BAEDB is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 174 219 -
CMYK 0.44 0.21 0 0.14
HSL 208.13º 0.57% 0.67% -
HSV(B) 208.13º 0.44% 0.86% -
XYZ 36.09 39.6 72.76 -
YUV 163.88 159.1 98.84 -
System Red Green Blue C M Y K H S L
Decimal 123 174 219 0.44 0.21 0 0.14 208.13 0.57 0.67
Hex 7B AE DB 2C 15 0 E D0 39 43
Octal 173 256 333 54 25 0 16 320 71 103
Binary 1111011 10101110 11011011 101100 10101 0 1110 11010000 111001 1000011

Color Harmonies of #7BAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAEDB

Black with #7BAEDB

Text Example


Text Example

White with #7BAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,174,219); }

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

background-color css

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

 a { background-color: rgb(123,174,219); }

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

border-color css

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

 span { border-color: rgb(123,174,219); }

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