Html Css Color HEX #7BB3DE Jordy Blue

📋 copy color: '#7BB3DE'

red 123 ◦ green 179 ◦ blue 222

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

Shades of Jordy Blue #7BB3DE

Tints of Jordy Blue #7BB3DE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.16%

 BLUE value IS 222 (87.11% from 255) = 42.37%

R = 23.47%
G = 34.16%
B = 42.37%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7BB3DE (or 0x7BB3DE) is known color: Jordy Blue. HEX triplet: 7B, B3 and DE. RGB value is (123,179,222). Sum of RGB (Red+Green+Blue) = 123+179+222=524 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.47% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #7BB3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB3DE is #844C21. Grayscale: #A6A6A6. Windows color (decimal): -8670242 or 14594939. OLE color: 14594939.

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

Color convert

RGB 123 179 222 -
CMYK 0.45 0.19 0 0.13
HSL 206.06º 0.6% 0.68% -
HSV(B) 206.06º 0.45% 0.87% -
XYZ 37.47 41.73 75.19 -
YUV 167.16 158.95 96.5 -
System Red Green Blue C M Y K H S L
Decimal 123 179 222 0.45 0.19 0 0.13 206.06 0.6 0.68
Hex 7B B3 DE 2D 13 0 D CE 3C 44
Octal 173 263 336 55 23 0 15 316 74 104
Binary 1111011 10110011 11011110 101101 10011 0 1101 11001110 111100 1000100

Color Harmonies of #7BB3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB3DE

Black with #7BB3DE

Text Example


Text Example

White with #7BB3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,179,222); }

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

background-color css

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

 a { background-color: rgb(123,179,222); }

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

border-color css

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

 span { border-color: rgb(123,179,222); }

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