Html Css Color HEX #7BB0DF Jordy Blue

📋 copy color: '#7BB0DF'

red 123 ◦ green 176 ◦ blue 223

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

Shades of Jordy Blue #7BB0DF

Tints of Jordy Blue #7BB0DF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.72%

 BLUE value IS 223 (87.5% from 255) = 42.72%

R = 23.56%
G = 33.72%
B = 42.72%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7BB0DF (or 0x7BB0DF) is known color: Jordy Blue. HEX triplet: 7B, B0 and DF. RGB value is (123,176,223). Sum of RGB (Red+Green+Blue) = 123+176+223=522 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.56% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #7BB0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BB0DF is #844F20. Grayscale: #A5A5A5. Windows color (decimal): -8671009 or 14659707. OLE color: 14659707.

HSL color Cylindrical-coordinate representation of color #7BB0DF: hue angle of 208.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BB0DF is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 176 223 -
CMYK 0.45 0.21 0 0.13
HSL 208.2º 0.61% 0.68% -
HSV(B) 208.2º 0.45% 0.87% -
XYZ 37.01 40.59 75.7 -
YUV 165.51 160.44 97.68 -
System Red Green Blue C M Y K H S L
Decimal 123 176 223 0.45 0.21 0 0.13 208.2 0.61 0.68
Hex 7B B0 DF 2D 15 0 D D0 3D 44
Octal 173 260 337 55 25 0 15 320 75 104
Binary 1111011 10110000 11011111 101101 10101 0 1101 11010000 111101 1000100

Color Harmonies of #7BB0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB0DF

Black with #7BB0DF

Text Example


Text Example

White with #7BB0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,176,223); }

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

background-color css

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

 a { background-color: rgb(123,176,223); }

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

border-color css

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

 span { border-color: rgb(123,176,223); }

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