Html Css Color HEX #7BB7DF Jordy Blue

📋 copy color: '#7BB7DF'

red 123 ◦ green 183 ◦ blue 223

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

Shades of Jordy Blue #7BB7DF

Tints of Jordy Blue #7BB7DF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.59%

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

R = 23.25%
G = 34.59%
B = 42.16%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7BB7DF (or 0x7BB7DF) is known color: Jordy Blue. HEX triplet: 7B, B7 and DF. RGB value is (123,183,223). Sum of RGB (Red+Green+Blue) = 123+183+223=529 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.25% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #7BB7DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB7DF is #844820. Grayscale: #A9A9A9. Windows color (decimal): -8669217 or 14661499. OLE color: 14661499.

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

Color convert

RGB 123 183 223 -
CMYK 0.45 0.18 0 0.13
HSL 204º 0.61% 0.68% -
HSV(B) 204º 0.45% 0.87% -
XYZ 38.42 43.41 76.17 -
YUV 169.62 158.12 94.75 -
System Red Green Blue C M Y K H S L
Decimal 123 183 223 0.45 0.18 0 0.13 204 0.61 0.68
Hex 7B B7 DF 2D 12 0 D CC 3D 44
Octal 173 267 337 55 22 0 15 314 75 104
Binary 1111011 10110111 11011111 101101 10010 0 1101 11001100 111101 1000100

Color Harmonies of #7BB7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB7DF

Black with #7BB7DF

Text Example


Text Example

White with #7BB7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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