Html Css Color HEX #77ABF2 Jordy Blue

📋 copy color: '#77ABF2'

red 119 ◦ green 171 ◦ blue 242

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

Shades of Jordy Blue #77ABF2

Tints of Jordy Blue #77ABF2

RGB

 RED value IS 119 (46.88% from 255) = 22.37%

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

 BLUE value IS 242 (94.92% from 255) = 45.49%

R = 22.37%
G = 32.14%
B = 45.49%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#77ABF2 (or 0x77ABF2) is known color: Jordy Blue. HEX triplet: 77, AB and F2. RGB value is (119,171,242). Sum of RGB (Red+Green+Blue) = 119+171+242=532 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.37% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #77ABF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77ABF2 is #88540D. Grayscale: #A3A3A3. Windows color (decimal): -8934414 or 15903607. OLE color: 15903607.

HSL color Cylindrical-coordinate representation of color #77ABF2: hue angle of 214.63º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77ABF2 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 171 242 -
CMYK 0.51 0.29 0 0.05
HSL 214.63º 0.83% 0.71% -
HSV(B) 214.63º 0.51% 0.95% -
XYZ 38.2 39.46 89.61 -
YUV 163.55 172.27 96.23 -
System Red Green Blue C M Y K H S L
Decimal 119 171 242 0.51 0.29 0 0.05 214.63 0.83 0.71
Hex 77 AB F2 33 1D 0 5 D7 53 47
Octal 167 253 362 63 35 0 5 327 123 107
Binary 1110111 10101011 11110010 110011 11101 0 101 11010111 1010011 1000111

Color Harmonies of #77ABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ABF2

Black with #77ABF2

Text Example


Text Example

White with #77ABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77ABF2; }

 p { color: rgb(119,171,242); }

 H1.HeaderClassName
 {
   color: #77ABF2;
 }
 .AnyTagClassName
 {
   color: #77ABF2;
 }
</style>

background-color css

<style>
 a { background-color: #77ABF2; }

 a { background-color: rgb(119,171,242); }

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

border-color css

<style>
 span { border-color: #77ABF2; }

 span { border-color: rgb(119,171,242); }

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