Html Css Color HEX #7BB2DF Jordy Blue

📋 copy color: '#7BB2DF'

red 123 ◦ green 178 ◦ blue 223

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

Shades of Jordy Blue #7BB2DF

Tints of Jordy Blue #7BB2DF

RGB

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

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

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

R = 23.47%
G = 33.97%
B = 42.56%

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

#7BB2DF (or 0x7BB2DF) is known color: Jordy Blue. HEX triplet: 7B, B2 and DF. RGB value is (123,178,223). Sum of RGB (Red+Green+Blue) = 123+178+223=524 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.47% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #7BB2DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BB2DF is #844D20. Grayscale: #A6A6A6. Windows color (decimal): -8670497 or 14660219. OLE color: 14660219.

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

Color convert

RGB 123 178 223 -
CMYK 0.45 0.20 0 0.13
HSL 207º 0.61% 0.68% -
HSV(B) 207º 0.45% 0.87% -
XYZ 37.41 41.38 75.83 -
YUV 166.69 159.78 96.84 -
System Red Green Blue C M Y K H S L
Decimal 123 178 223 0.45 0.20 0 0.13 207 0.61 0.68
Hex 7B B2 DF 2D 14 0 D CF 3D 44
Octal 173 262 337 55 24 0 15 317 75 104
Binary 1111011 10110010 11011111 101101 10100 0 1101 11001111 111101 1000100

Color Harmonies of #7BB2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB2DF

Black with #7BB2DF

Text Example


Text Example

White with #7BB2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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