Html Css Color HEX #7DABFC Jordy Blue

📋 copy color: '#7DABFC'

red 125 ◦ green 171 ◦ blue 252

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

Shades of Jordy Blue #7DABFC

Tints of Jordy Blue #7DABFC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.2%

 BLUE value IS 252 (98.83% from 255) = 45.99%

R = 22.81%
G = 31.2%
B = 45.99%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7DABFC (or 0x7DABFC) is known color: Jordy Blue. HEX triplet: 7D, AB and FC. RGB value is (125,171,252). Sum of RGB (Red+Green+Blue) = 125+171+252=548 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.81% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DABFC is #825403. Grayscale: #A6A6A6. Windows color (decimal): -8541188 or 16558973. OLE color: 16558973.

HSL color Cylindrical-coordinate representation of color #7DABFC: hue angle of 218.27º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DABFC is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 171 252 -
CMYK 0.50 0.32 0 0.01
HSL 218.27º 0.95% 0.74% -
HSV(B) 218.27º 0.5% 0.99% -
XYZ 40.59 40.51 97.78 -
YUV 166.48 176.26 98.41 -
System Red Green Blue C M Y K H S L
Decimal 125 171 252 0.50 0.32 0 0.01 218.27 0.95 0.74
Hex 7D AB FC 32 20 0 1 DA 5F 4A
Octal 175 253 374 62 40 0 1 332 137 112
Binary 1111101 10101011 11111100 110010 100000 0 1 11011010 1011111 1001010

Color Harmonies of #7DABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DABFC

Black with #7DABFC

Text Example


Text Example

White with #7DABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,171,252); }

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

background-color css

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

 a { background-color: rgb(125,171,252); }

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

border-color css

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

 span { border-color: rgb(125,171,252); }

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