Html Css Color HEX #7BADEC Jordy Blue

📋 copy color: '#7BADEC'

red 123 ◦ green 173 ◦ blue 236

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

Shades of Jordy Blue #7BADEC

Tints of Jordy Blue #7BADEC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.52%

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

R = 23.12%
G = 32.52%
B = 44.36%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7BADEC (or 0x7BADEC) is known color: Jordy Blue. HEX triplet: 7B, AD and EC. RGB value is (123,173,236). Sum of RGB (Red+Green+Blue) = 123+173+236=532 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.12% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #7BADEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BADEC is #845213. Grayscale: #A4A4A4. Windows color (decimal): -8671764 or 15510907. OLE color: 15510907.

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

Color convert

RGB 123 173 236 -
CMYK 0.48 0.27 0 0.07
HSL 213.45º 0.75% 0.7% -
HSV(B) 213.45º 0.48% 0.93% -
XYZ 38.25 40.15 85.09 -
YUV 165.23 167.94 97.88 -
System Red Green Blue C M Y K H S L
Decimal 123 173 236 0.48 0.27 0 0.07 213.45 0.75 0.7
Hex 7B AD EC 30 1B 0 7 D5 4B 46
Octal 173 255 354 60 33 0 7 325 113 106
Binary 1111011 10101101 11101100 110000 11011 0 111 11010101 1001011 1000110

Color Harmonies of #7BADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BADEC

Black with #7BADEC

Text Example


Text Example

White with #7BADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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