Html Css Color HEX #7BBCE5 Jordy Blue

📋 copy color: '#7BBCE5'

red 123 ◦ green 188 ◦ blue 229

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

Shades of Jordy Blue #7BBCE5

Tints of Jordy Blue #7BBCE5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.81%

 BLUE value IS 229 (89.84% from 255) = 42.41%

R = 22.78%
G = 34.81%
B = 42.41%

CMYK

 C value IS 0.46

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7BBCE5 (or 0x7BBCE5) is known color: Jordy Blue. HEX triplet: 7B, BC and E5. RGB value is (123,188,229). Sum of RGB (Red+Green+Blue) = 123+188+229=540 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.78% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 229 - color contains mainly: blue. Hex color #7BBCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBCE5 is #84431A. Grayscale: #ADADAD. Windows color (decimal): -8667931 or 15055995. OLE color: 15055995.

HSL color Cylindrical-coordinate representation of color #7BBCE5: hue angle of 203.21º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BBCE5 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 123 188 229 -
CMYK 0.46 0.18 0 0.10
HSL 203.21º 0.67% 0.69% -
HSV(B) 203.21º 0.46% 0.9% -
XYZ 40.29 45.83 80.85 -
YUV 173.24 159.47 92.17 -
System Red Green Blue C M Y K H S L
Decimal 123 188 229 0.46 0.18 0 0.10 203.21 0.67 0.69
Hex 7B BC E5 2E 12 0 A CB 43 45
Octal 173 274 345 56 22 0 12 313 103 105
Binary 1111011 10111100 11100101 101110 10010 0 1010 11001011 1000011 1000101

Color Harmonies of #7BBCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBCE5

Black with #7BBCE5

Text Example


Text Example

White with #7BBCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,188,229); }

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

background-color css

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

 a { background-color: rgb(123,188,229); }

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

border-color css

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

 span { border-color: rgb(123,188,229); }

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