Html Css Color HEX #7DBAEA Jordy Blue

📋 copy color: '#7DBAEA'

red 125 ◦ green 186 ◦ blue 234

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

Shades of Jordy Blue #7DBAEA

Tints of Jordy Blue #7DBAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.94%

R = 22.94%
G = 34.13%
B = 42.94%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7DBAEA (or 0x7DBAEA) is known color: Jordy Blue. HEX triplet: 7D, BA and EA. RGB value is (125,186,234). Sum of RGB (Red+Green+Blue) = 125+186+234=545 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.94% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #7DBAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBAEA is #824515. Grayscale: #ACACAC. Windows color (decimal): -8537366 or 15383165. OLE color: 15383165.

HSL color Cylindrical-coordinate representation of color #7DBAEA: hue angle of 206.42º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DBAEA is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 186 234 -
CMYK 0.47 0.21 0 0.08
HSL 206.42º 0.72% 0.7% -
HSV(B) 206.42º 0.47% 0.92% -
XYZ 40.87 45.42 84.45 -
YUV 173.23 162.29 93.6 -
System Red Green Blue C M Y K H S L
Decimal 125 186 234 0.47 0.21 0 0.08 206.42 0.72 0.7
Hex 7D BA EA 2F 15 0 8 CE 48 46
Octal 175 272 352 57 25 0 10 316 110 106
Binary 1111101 10111010 11101010 101111 10101 0 1000 11001110 1001000 1000110

Color Harmonies of #7DBAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBAEA

Black with #7DBAEA

Text Example


Text Example

White with #7DBAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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