Html Css Color HEX #6FABEB Jordy Blue

📋 copy color: '#6FABEB'

red 111 ◦ green 171 ◦ blue 235

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

Shades of Jordy Blue #6FABEB

Tints of Jordy Blue #6FABEB

RGB

 RED value IS 111 (43.75% from 255) = 21.47%

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

 BLUE value IS 235 (92.19% from 255) = 45.45%

R = 21.47%
G = 33.08%
B = 45.45%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6FABEB (or 0x6FABEB) is known color: Jordy Blue. HEX triplet: 6F, AB and EB. RGB value is (111,171,235). Sum of RGB (Red+Green+Blue) = 111+171+235=517 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.47% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #6FABEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FABEB is #905414. Grayscale: #A0A0A0. Windows color (decimal): -9458709 or 15444847. OLE color: 15444847.

HSL color Cylindrical-coordinate representation of color #6FABEB: hue angle of 210.97º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FABEB is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 171 235 -
CMYK 0.53 0.27 0 0.08
HSL 210.97º 0.76% 0.68% -
HSV(B) 210.97º 0.53% 0.92% -
XYZ 36.11 38.5 84.13 -
YUV 160.36 170.12 92.8 -
System Red Green Blue C M Y K H S L
Decimal 111 171 235 0.53 0.27 0 0.08 210.97 0.76 0.68
Hex 6F AB EB 35 1B 0 8 D3 4C 44
Octal 157 253 353 65 33 0 10 323 114 104
Binary 1101111 10101011 11101011 110101 11011 0 1000 11010011 1001100 1000100

Color Harmonies of #6FABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FABEB

Black with #6FABEB

Text Example


Text Example

White with #6FABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FABEB; }

 p { color: rgb(111,171,235); }

 H1.HeaderClassName
 {
   color: #6FABEB;
 }
 .AnyTagClassName
 {
   color: #6FABEB;
 }
</style>

background-color css

<style>
 a { background-color: #6FABEB; }

 a { background-color: rgb(111,171,235); }

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

border-color css

<style>
 span { border-color: #6FABEB; }

 span { border-color: rgb(111,171,235); }

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