Html Css Color HEX #7BAEEC Jordy Blue

📋 copy color: '#7BAEEC'

red 123 ◦ green 174 ◦ blue 236

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

Shades of Jordy Blue #7BAEEC

Tints of Jordy Blue #7BAEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.28%

R = 23.08%
G = 32.65%
B = 44.28%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7BAEEC (or 0x7BAEEC) is known color: Jordy Blue. HEX triplet: 7B, AE and EC. RGB value is (123,174,236). Sum of RGB (Red+Green+Blue) = 123+174+236=533 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.08% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #7BAEEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAEEC is #845113. Grayscale: #A5A5A5. Windows color (decimal): -8671508 or 15511163. OLE color: 15511163.

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

Color convert

RGB 123 174 236 -
CMYK 0.48 0.26 0 0.07
HSL 212.92º 0.75% 0.7% -
HSV(B) 212.92º 0.48% 0.93% -
XYZ 38.44 40.54 85.16 -
YUV 165.82 167.6 97.46 -
System Red Green Blue C M Y K H S L
Decimal 123 174 236 0.48 0.26 0 0.07 212.92 0.75 0.7
Hex 7B AE EC 30 1A 0 7 D5 4B 46
Octal 173 256 354 60 32 0 7 325 113 106
Binary 1111011 10101110 11101100 110000 11010 0 111 11010101 1001011 1000110

Color Harmonies of #7BAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAEEC

Black with #7BAEEC

Text Example


Text Example

White with #7BAEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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