Html Css Color HEX #68FAFF Baby Blue

📋 copy color: '#68FAFF'

red 104 ◦ green 250 ◦ blue 255

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

Shades of Baby Blue #68FAFF

Tints of Baby Blue #68FAFF

RGB

 RED value IS 104 (41.02% from 255) = 17.08%

 GREEN value IS 250 (98.05% from 255) = 41.05%

 BLUE value IS 255 (100% from 255) = 41.87%

R = 17.08%
G = 41.05%
B = 41.87%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#68FAFF (or 0x68FAFF) is known color: Baby Blue. HEX triplet: 68, FA and FF. RGB value is (104,250,255). Sum of RGB (Red+Green+Blue) = 104+250+255=609 (80% of max value = 765). Red value is 104 (41.02% from 255 or 17.08% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #68FAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FAFF is #970500. Grayscale: #CECECE. Windows color (decimal): -9897217 or 16775784. OLE color: 16775784.

HSL color Cylindrical-coordinate representation of color #68FAFF: hue angle of 181.99º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FAFF is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 104 250 255 -
CMYK 0.59 0.02 0 0
HSL 181.99º 1% 0.7% -
HSV(B) 181.99º 0.59% 1% -
XYZ 57.94 78.53 106.71 -
YUV 206.92 155.13 54.59 -
System Red Green Blue C M Y K H S L
Decimal 104 250 255 0.59 0.02 0 0 181.99 1 0.7
Hex 68 FA FF 3B 2 0 0 B6 64 46
Octal 150 372 377 73 2 0 0 266 144 106
Binary 1101000 11111010 11111111 111011 10 0 0 10110110 1100100 1000110

Color Harmonies of #68FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FAFF

Black with #68FAFF

Text Example


Text Example

White with #68FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68FAFF; }

 p { color: rgb(104,250,255); }

 H1.HeaderClassName
 {
   color: #68FAFF;
 }
 .AnyTagClassName
 {
   color: #68FAFF;
 }
</style>

background-color css

<style>
 a { background-color: #68FAFF; }

 a { background-color: rgb(104,250,255); }

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

border-color css

<style>
 span { border-color: #68FAFF; }

 span { border-color: rgb(104,250,255); }

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