Html Css Color HEX #7FACDB Jordy Blue

📋 copy color: '#7FACDB'

red 127 ◦ green 172 ◦ blue 219

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

Shades of Jordy Blue #7FACDB

Tints of Jordy Blue #7FACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.2%

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 24.52%
G = 33.2%
B = 42.28%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7FACDB (or 0x7FACDB) is known color: Jordy Blue. HEX triplet: 7F, AC and DB. RGB value is (127,172,219). Sum of RGB (Red+Green+Blue) = 127+172+219=518 (68% of max value = 765). Red value is 127 (50% from 255 or 24.52% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #7FACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FACDB is #805324. Grayscale: #A3A3A3. Windows color (decimal): -8409893 or 14396543. OLE color: 14396543.

HSL color Cylindrical-coordinate representation of color #7FACDB: hue angle of 210.65º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FACDB is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 172 219 -
CMYK 0.42 0.21 0 0.14
HSL 210.65º 0.56% 0.68% -
HSV(B) 210.65º 0.42% 0.86% -
XYZ 36.29 39.13 72.66 -
YUV 163.9 159.09 101.68 -
System Red Green Blue C M Y K H S L
Decimal 127 172 219 0.42 0.21 0 0.14 210.65 0.56 0.68
Hex 7F AC DB 2A 15 0 E D3 38 44
Octal 177 254 333 52 25 0 16 323 70 104
Binary 1111111 10101100 11011011 101010 10101 0 1110 11010011 111000 1000100

Color Harmonies of #7FACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FACDB

Black with #7FACDB

Text Example


Text Example

White with #7FACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,172,219); }

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

background-color css

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

 a { background-color: rgb(127,172,219); }

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

border-color css

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

 span { border-color: rgb(127,172,219); }

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