Html Css Color HEX #7BABFC Jordy Blue

📋 copy color: '#7BABFC'

red 123 ◦ green 171 ◦ blue 252

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

Shades of Jordy Blue #7BABFC

Tints of Jordy Blue #7BABFC

RGB

 RED value IS 123 (48.44% from 255) = 22.53%

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

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

R = 22.53%
G = 31.32%
B = 46.15%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7BABFC (or 0x7BABFC) is known color: Jordy Blue. HEX triplet: 7B, AB and FC. RGB value is (123,171,252). Sum of RGB (Red+Green+Blue) = 123+171+252=546 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.53% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BABFC is #845403. Grayscale: #A5A5A5. Windows color (decimal): -8672260 or 16558971. OLE color: 16558971.

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

Color convert

RGB 123 171 252 -
CMYK 0.51 0.32 0 0.01
HSL 217.67º 0.96% 0.74% -
HSV(B) 217.67º 0.51% 0.99% -
XYZ 40.3 40.37 97.76 -
YUV 165.88 176.6 97.41 -
System Red Green Blue C M Y K H S L
Decimal 123 171 252 0.51 0.32 0 0.01 217.67 0.96 0.74
Hex 7B AB FC 33 20 0 1 DA 60 4A
Octal 173 253 374 63 40 0 1 332 140 112
Binary 1111011 10101011 11111100 110011 100000 0 1 11011010 1100000 1001010

Color Harmonies of #7BABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BABFC

Black with #7BABFC

Text Example


Text Example

White with #7BABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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