Html Css Color HEX #6BEFFA Baby Blue

📋 copy color: '#6BEFFA'

red 107 ◦ green 239 ◦ blue 250

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

Shades of Baby Blue #6BEFFA

Tints of Baby Blue #6BEFFA

RGB

 RED value IS 107 (42.19% from 255) = 17.95%

 GREEN value IS 239 (93.75% from 255) = 40.1%

 BLUE value IS 250 (98.05% from 255) = 41.95%

R = 17.95%
G = 40.1%
B = 41.95%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6BEFFA (or 0x6BEFFA) is known color: Baby Blue. HEX triplet: 6B, EF and FA. RGB value is (107,239,250). Sum of RGB (Red+Green+Blue) = 107+239+250=596 (78% of max value = 765). Red value is 107 (42.19% from 255 or 17.95% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #6BEFFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEFFA is #941005. Grayscale: #C8C8C8. Windows color (decimal): -9703430 or 16445291. OLE color: 16445291.

HSL color Cylindrical-coordinate representation of color #6BEFFA: hue angle of 184.62º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BEFFA is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 239 250 -
CMYK 0.57 0.04 0 0.02
HSL 184.62º 0.93% 0.7% -
HSV(B) 184.62º 0.57% 0.98% -
XYZ 54.19 71.76 101.44 -
YUV 200.79 155.77 61.11 -
System Red Green Blue C M Y K H S L
Decimal 107 239 250 0.57 0.04 0 0.02 184.62 0.93 0.7
Hex 6B EF FA 39 4 0 2 B9 5D 46
Octal 153 357 372 71 4 0 2 271 135 106
Binary 1101011 11101111 11111010 111001 100 0 10 10111001 1011101 1000110

Color Harmonies of #6BEFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEFFA

Black with #6BEFFA

Text Example


Text Example

White with #6BEFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,239,250); }

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

background-color css

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

 a { background-color: rgb(107,239,250); }

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

border-color css

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

 span { border-color: rgb(107,239,250); }

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