Html Css Color HEX #7BBCE6 Jordy Blue

📋 copy color: '#7BBCE6'

red 123 ◦ green 188 ◦ blue 230

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

Shades of Jordy Blue #7BBCE6

Tints of Jordy Blue #7BBCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.51%

R = 22.74%
G = 34.75%
B = 42.51%

CMYK

 C value IS 0.47

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7BBCE6 (or 0x7BBCE6) is known color: Jordy Blue. HEX triplet: 7B, BC and E6. RGB value is (123,188,230). Sum of RGB (Red+Green+Blue) = 123+188+230=541 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.74% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 230 (90.23% from 255 or 42.51% from 541); Max value from RGB is 230 - color contains mainly: blue. Hex color #7BBCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBCE6 is #844319. Grayscale: #ADADAD. Windows color (decimal): -8667930 or 15121531. OLE color: 15121531.

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

Color convert

RGB 123 188 230 -
CMYK 0.47 0.18 0 0.10
HSL 203.55º 0.68% 0.69% -
HSV(B) 203.55º 0.47% 0.9% -
XYZ 40.43 45.89 81.59 -
YUV 173.35 159.97 92.08 -
System Red Green Blue C M Y K H S L
Decimal 123 188 230 0.47 0.18 0 0.10 203.55 0.68 0.69
Hex 7B BC E6 2F 12 0 A CC 44 45
Octal 173 274 346 57 22 0 12 314 104 105
Binary 1111011 10111100 11100110 101111 10010 0 1010 11001100 1000100 1000101

Color Harmonies of #7BBCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBCE6

Black with #7BBCE6

Text Example


Text Example

White with #7BBCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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