Html Css Color HEX #7BB6DF Jordy Blue

📋 copy color: '#7BB6DF'

red 123 ◦ green 182 ◦ blue 223

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

Shades of Jordy Blue #7BB6DF

Tints of Jordy Blue #7BB6DF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.47%

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

R = 23.3%
G = 34.47%
B = 42.23%

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

#7BB6DF (or 0x7BB6DF) is known color: Jordy Blue. HEX triplet: 7B, B6 and DF. RGB value is (123,182,223). Sum of RGB (Red+Green+Blue) = 123+182+223=528 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.30% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #7BB6DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB6DF is #844920. Grayscale: #A8A8A8. Windows color (decimal): -8669473 or 14661243. OLE color: 14661243.

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

Color convert

RGB 123 182 223 -
CMYK 0.45 0.18 0 0.13
HSL 204.6º 0.61% 0.68% -
HSV(B) 204.6º 0.45% 0.87% -
XYZ 38.22 42.99 76.1 -
YUV 169.03 158.45 95.17 -
System Red Green Blue C M Y K H S L
Decimal 123 182 223 0.45 0.18 0 0.13 204.6 0.61 0.68
Hex 7B B6 DF 2D 12 0 D CD 3D 44
Octal 173 266 337 55 22 0 15 315 75 104
Binary 1111011 10110110 11011111 101101 10010 0 1101 11001101 111101 1000100

Color Harmonies of #7BB6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB6DF

Black with #7BB6DF

Text Example


Text Example

White with #7BB6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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