Html Css Color HEX #7FADFC Jordy Blue

📋 copy color: '#7FADFC'

red 127 ◦ green 173 ◦ blue 252

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

Shades of Jordy Blue #7FADFC

Tints of Jordy Blue #7FADFC

RGB

 RED value IS 127 (50% from 255) = 23.01%

 GREEN value IS 173 (67.97% from 255) = 31.34%

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

R = 23.01%
G = 31.34%
B = 45.65%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7FADFC (or 0x7FADFC) is known color: Jordy Blue. HEX triplet: 7F, AD and FC. RGB value is (127,173,252). Sum of RGB (Red+Green+Blue) = 127+173+252=552 (73% of max value = 765). Red value is 127 (50% from 255 or 23.01% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #7FADFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FADFC is #805203. Grayscale: #A7A7A7. Windows color (decimal): -8409604 or 16559487. OLE color: 16559487.

HSL color Cylindrical-coordinate representation of color #7FADFC: hue angle of 217.92º 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 #7FADFC is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 173 252 -
CMYK 0.50 0.31 0 0.01
HSL 217.92º 0.95% 0.74% -
HSV(B) 217.92º 0.5% 0.99% -
XYZ 41.27 41.43 97.92 -
YUV 168.25 175.26 98.58 -
System Red Green Blue C M Y K H S L
Decimal 127 173 252 0.50 0.31 0 0.01 217.92 0.95 0.74
Hex 7F AD FC 32 1F 0 1 DA 5F 4A
Octal 177 255 374 62 37 0 1 332 137 112
Binary 1111111 10101101 11111100 110010 11111 0 1 11011010 1011111 1001010

Color Harmonies of #7FADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FADFC

Black with #7FADFC

Text Example


Text Example

White with #7FADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,173,252); }

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

background-color css

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

 a { background-color: rgb(127,173,252); }

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

border-color css

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

 span { border-color: rgb(127,173,252); }

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