Html Css Color HEX #7BB1DF Jordy Blue

📋 copy color: '#7BB1DF'

red 123 ◦ green 177 ◦ blue 223

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

Shades of Jordy Blue #7BB1DF

Tints of Jordy Blue #7BB1DF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.84%

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

R = 23.52%
G = 33.84%
B = 42.64%

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

#7BB1DF (or 0x7BB1DF) is known color: Jordy Blue. HEX triplet: 7B, B1 and DF. RGB value is (123,177,223). Sum of RGB (Red+Green+Blue) = 123+177+223=523 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.52% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #7BB1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BB1DF is #844E20. Grayscale: #A5A5A5. Windows color (decimal): -8670753 or 14659963. OLE color: 14659963.

HSL color Cylindrical-coordinate representation of color #7BB1DF: hue angle of 207.6º 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 #7BB1DF is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 177 223 -
CMYK 0.45 0.21 0 0.13
HSL 207.6º 0.61% 0.68% -
HSV(B) 207.6º 0.45% 0.87% -
XYZ 37.21 40.98 75.76 -
YUV 166.1 160.11 97.26 -
System Red Green Blue C M Y K H S L
Decimal 123 177 223 0.45 0.21 0 0.13 207.6 0.61 0.68
Hex 7B B1 DF 2D 15 0 D D0 3D 44
Octal 173 261 337 55 25 0 15 320 75 104
Binary 1111011 10110001 11011111 101101 10101 0 1101 11010000 111101 1000100

Color Harmonies of #7BB1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB1DF

Black with #7BB1DF

Text Example


Text Example

White with #7BB1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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