Html Css Color HEX #7BB8EC Jordy Blue

📋 copy color: '#7BB8EC'

red 123 ◦ green 184 ◦ blue 236

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

Shades of Jordy Blue #7BB8EC

Tints of Jordy Blue #7BB8EC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.89%

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

R = 22.65%
G = 33.89%
B = 43.46%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7BB8EC (or 0x7BB8EC) is known color: Jordy Blue. HEX triplet: 7B, B8 and EC. RGB value is (123,184,236). Sum of RGB (Red+Green+Blue) = 123+184+236=543 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.65% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #7BB8EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BB8EC is #844713. Grayscale: #ABABAB. Windows color (decimal): -8668948 or 15513723. OLE color: 15513723.

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

Color convert

RGB 123 184 236 -
CMYK 0.48 0.22 0 0.07
HSL 207.61º 0.75% 0.7% -
HSV(B) 207.61º 0.48% 0.93% -
XYZ 40.45 44.55 85.82 -
YUV 171.69 164.29 93.27 -
System Red Green Blue C M Y K H S L
Decimal 123 184 236 0.48 0.22 0 0.07 207.61 0.75 0.7
Hex 7B B8 EC 30 16 0 7 D0 4B 46
Octal 173 270 354 60 26 0 7 320 113 106
Binary 1111011 10111000 11101100 110000 10110 0 111 11010000 1001011 1000110

Color Harmonies of #7BB8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB8EC

Black with #7BB8EC

Text Example


Text Example

White with #7BB8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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