Html Css Color HEX #7BAFE0 Jordy Blue

📋 copy color: '#7BAFE0'

red 123 ◦ green 175 ◦ blue 224

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

Shades of Jordy Blue #7BAFE0

Tints of Jordy Blue #7BAFE0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.52%

 BLUE value IS 224 (87.89% from 255) = 42.91%

R = 23.56%
G = 33.52%
B = 42.91%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7BAFE0 (or 0x7BAFE0) is known color: Jordy Blue. HEX triplet: 7B, AF and E0. RGB value is (123,175,224). Sum of RGB (Red+Green+Blue) = 123+175+224=522 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.56% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 224 (87.89% from 255 or 42.91% from 522); Max value from RGB is 224 - color contains mainly: blue. Hex color #7BAFE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAFE0 is #84501F. Grayscale: #A4A4A4. Windows color (decimal): -8671264 or 14724987. OLE color: 14724987.

HSL color Cylindrical-coordinate representation of color #7BAFE0: hue angle of 209.11º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BAFE0 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 123 175 224 -
CMYK 0.45 0.22 0 0.12
HSL 209.11º 0.62% 0.68% -
HSV(B) 209.11º 0.45% 0.88% -
XYZ 36.95 40.25 76.34 -
YUV 165.04 161.27 98.02 -
System Red Green Blue C M Y K H S L
Decimal 123 175 224 0.45 0.22 0 0.12 209.11 0.62 0.68
Hex 7B AF E0 2D 16 0 C D1 3E 44
Octal 173 257 340 55 26 0 14 321 76 104
Binary 1111011 10101111 11100000 101101 10110 0 1100 11010001 111110 1000100

Color Harmonies of #7BAFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAFE0

Black with #7BAFE0

Text Example


Text Example

White with #7BAFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,175,224); }

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

background-color css

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

 a { background-color: rgb(123,175,224); }

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

border-color css

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

 span { border-color: rgb(123,175,224); }

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