Html Css Color HEX #7BB2DC Jordy Blue

📋 copy color: '#7BB2DC'

red 123 ◦ green 178 ◦ blue 220

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

Shades of Jordy Blue #7BB2DC

Tints of Jordy Blue #7BB2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.17%

 BLUE value IS 220 (86.33% from 255) = 42.23%

R = 23.61%
G = 34.17%
B = 42.23%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7BB2DC (or 0x7BB2DC) is known color: Jordy Blue. HEX triplet: 7B, B2 and DC. RGB value is (123,178,220). Sum of RGB (Red+Green+Blue) = 123+178+220=521 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.61% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #7BB2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BB2DC is #844D23. Grayscale: #A6A6A6. Windows color (decimal): -8670500 or 14463611. OLE color: 14463611.

HSL color Cylindrical-coordinate representation of color #7BB2DC: hue angle of 205.98º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BB2DC is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 178 220 -
CMYK 0.44 0.19 0 0.14
HSL 205.98º 0.58% 0.67% -
HSV(B) 205.98º 0.44% 0.86% -
XYZ 37.01 41.22 73.72 -
YUV 166.34 158.28 97.08 -
System Red Green Blue C M Y K H S L
Decimal 123 178 220 0.44 0.19 0 0.14 205.98 0.58 0.67
Hex 7B B2 DC 2C 13 0 E CE 3A 43
Octal 173 262 334 54 23 0 16 316 72 103
Binary 1111011 10110010 11011100 101100 10011 0 1110 11001110 111010 1000011

Color Harmonies of #7BB2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB2DC

Black with #7BB2DC

Text Example


Text Example

White with #7BB2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,178,220); }

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

background-color css

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

 a { background-color: rgb(123,178,220); }

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

border-color css

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

 span { border-color: rgb(123,178,220); }

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