Html Css Color HEX #7BB1DE Jordy Blue

📋 copy color: '#7BB1DE'

red 123 ◦ green 177 ◦ blue 222

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

Shades of Jordy Blue #7BB1DE

Tints of Jordy Blue #7BB1DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.53%

R = 23.56%
G = 33.91%
B = 42.53%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7BB1DE (or 0x7BB1DE) is known color: Jordy Blue. HEX triplet: 7B, B1 and DE. RGB value is (123,177,222). Sum of RGB (Red+Green+Blue) = 123+177+222=522 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.56% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #7BB1DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BB1DE is #844E21. Grayscale: #A5A5A5. Windows color (decimal): -8670754 or 14594427. OLE color: 14594427.

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

Color convert

RGB 123 177 222 -
CMYK 0.45 0.20 0 0.13
HSL 207.27º 0.6% 0.68% -
HSV(B) 207.27º 0.45% 0.87% -
XYZ 37.08 40.93 75.05 -
YUV 165.98 159.61 97.34 -
System Red Green Blue C M Y K H S L
Decimal 123 177 222 0.45 0.20 0 0.13 207.27 0.6 0.68
Hex 7B B1 DE 2D 14 0 D CF 3C 44
Octal 173 261 336 55 24 0 15 317 74 104
Binary 1111011 10110001 11011110 101101 10100 0 1101 11001111 111100 1000100

Color Harmonies of #7BB1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB1DE

Black with #7BB1DE

Text Example


Text Example

White with #7BB1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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