Html Css Color HEX #7DBAE8 Jordy Blue

📋 copy color: '#7DBAE8'

red 125 ◦ green 186 ◦ blue 232

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

Shades of Jordy Blue #7DBAE8

Tints of Jordy Blue #7DBAE8

RGB

 RED value IS 125 (49.22% from 255) = 23.02%

 GREEN value IS 186 (73.05% from 255) = 34.25%

 BLUE value IS 232 (91.02% from 255) = 42.73%

R = 23.02%
G = 34.25%
B = 42.73%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7DBAE8 (or 0x7DBAE8) is known color: Jordy Blue. HEX triplet: 7D, BA and E8. RGB value is (125,186,232). Sum of RGB (Red+Green+Blue) = 125+186+232=543 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.02% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 232 (91.02% from 255 or 42.73% from 543); Max value from RGB is 232 - color contains mainly: blue. Hex color #7DBAE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBAE8 is #824517. Grayscale: #ACACAC. Windows color (decimal): -8537368 or 15252093. OLE color: 15252093.

HSL color Cylindrical-coordinate representation of color #7DBAE8: hue angle of 205.79º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DBAE8 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 125 186 232 -
CMYK 0.46 0.20 0 0.09
HSL 205.79º 0.7% 0.7% -
HSV(B) 205.79º 0.46% 0.91% -
XYZ 40.58 45.3 82.95 -
YUV 173.01 161.29 93.76 -
System Red Green Blue C M Y K H S L
Decimal 125 186 232 0.46 0.20 0 0.09 205.79 0.7 0.7
Hex 7D BA E8 2E 14 0 9 CE 46 46
Octal 175 272 350 56 24 0 11 316 106 106
Binary 1111101 10111010 11101000 101110 10100 0 1001 11001110 1000110 1000110

Color Harmonies of #7DBAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBAE8

Black with #7DBAE8

Text Example


Text Example

White with #7DBAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,186,232); }

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

background-color css

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

 a { background-color: rgb(125,186,232); }

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

border-color css

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

 span { border-color: rgb(125,186,232); }

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